mirror of
https://github.com/bringout/ventor.git
synced 2026-04-18 03:22:02 +02:00
Ventor Odoo packages - 4 packages from Ventor vendor
- Updated __manifest__.py dependency from l10n_bs to l10n_ba - Updated README.md dependency reference - Updated pyproject.toml dependency from odoo-bringout-l10n_bs to odoo-bringout-l10n_ba - Updated DEPENDENCIES.md file with correct l10n_ba link - Updated all Python code references from l10n_bs to l10n_ba in models/account_edi_format.py - Refreshed package links across all modules 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| odoo-bringout-ventor-custom_import_wizard | ||
| odoo-bringout-ventor-outgoing_routing | ||
| odoo-bringout-ventor-product_multiple_barcodes | ||
| odoo-bringout-ventor-ventor_base | ||
| .gitignore | ||
| README.md | ||
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.