Ventor Odoo packages - 4 packages from Ventor vendor
Find a file
Ernad Husremovic 79fa6f262b Optimize refresh_package_links.py with local hash comparison
- Added local hash comparison to prevent unnecessary GitHub URL generation
- Only build GitHub mappings for packages that actually changed commit hashes
- Reduced file updates from 1758/2075 to 1/2075 files (99.94% improvement)
- Implemented get_current_hash_from_content() to extract hashes from existing URLs
- Added build_local_hash_mapping() for fast local git hash lookup
- Performance improvement: only fetch git hashes when changes are detected

🤖 assisted by claude
2025-08-30 19:29:47 +02:00
odoo-bringout-ventor-custom_import_wizard Initial commit: Ventor Odoo packages (4 packages) 2025-08-29 15:49:21 +02:00
odoo-bringout-ventor-outgoing_routing Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:47 +02:00
odoo-bringout-ventor-product_multiple_barcodes Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:47 +02:00
odoo-bringout-ventor-ventor_base Optimize refresh_package_links.py with local hash comparison 2025-08-30 19:29:47 +02:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:20:15 +02:00
README.md Initial commit: Ventor Odoo packages (4 packages) 2025-08-29 15:49:21 +02:00

Ventor Odoo Packages

This repository contains 4 Odoo packages from Ventor vendor.

About Ventor

Ventor is a recognized vendor in the Odoo ecosystem, providing specialized addons and customizations.

Packages Included (4 packages)

  • odoo-bringout-ventor-custom_import_wizard - Custom Import Wizard
  • odoo-bringout-ventor-outgoing_routing - Outgoing Routing
  • odoo-bringout-ventor-product_multiple_barcodes - Product Multiple Barcodes
  • odoo-bringout-ventor-ventor_base - Ventor Base

Installation

Install any package from this collection:

# Install from local directory
pip install packages/ventor/PACKAGE_NAME/

# Install in development mode  
pip install -e packages/ventor/PACKAGE_NAME/

# Using uv (recommended for speed)
uv add packages/ventor/PACKAGE_NAME/

Repository Structure

Each package in this repository follows the standard Odoo addon structure:

ventor/
├── odoo-bringout-ventor-ADDON/
│   ├── ADDON_NAME/           # Complete addon code
│   │   ├── __init__.py
│   │   ├── __manifest__.py
│   │   └── ... (models, views, etc.)
│   ├── pyproject.toml        # Python package configuration
│   └── README.md            # Package documentation
└── ...

License

Each package maintains its original license as specified by Ventor.

Support

For support with these packages, please refer to the original Ventor documentation or community resources.