OCA Product packages - Product-variant (10 packages)
Find a file
2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-product_variant_attribute_tax Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-product_variant_configurator Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-product_variant_default_code Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-product_variant_name Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-product_variant_sale_price Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-product_variant_specific_description Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-purchase_variant_configurator Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-sale_order_line_variant_description Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-sale_product_variant_attribute_tax Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
odoo-bringout-oca-product-variant-sale_variant_configurator Update DEPENDENCIES.md links to correct package locations 2025-08-30 15:36:23 +02:00
.gitignore Add __pycache__/ to .gitignore and clean cache 2025-08-30 15:19:19 +02:00
README.md Initial commit: OCA Product packages (10 packages) 2025-08-29 15:43:05 +02:00

OCA Product

This repository contains 10 OCA packages for product.

Packages Included (10 packages)

  • odoo-bringout-oca-product-variant-product_variant_attribute_tax - From product: variant_product_variant_attribute_tax
  • odoo-bringout-oca-product-variant-product_variant_configurator - From product: variant_product_variant_configurator
  • odoo-bringout-oca-product-variant-product_variant_default_code - From product: variant_product_variant_default_code
  • odoo-bringout-oca-product-variant-product_variant_name - From product: variant_product_variant_name
  • odoo-bringout-oca-product-variant-product_variant_sale_price - From product: variant_product_variant_sale_price
  • odoo-bringout-oca-product-variant-product_variant_specific_description - From product: variant_product_variant_specific_description
  • odoo-bringout-oca-product-variant-purchase_variant_configurator - From product: variant_purchase_variant_configurator
  • odoo-bringout-oca-product-variant-sale_order_line_variant_description - From product: variant_sale_order_line_variant_description
  • odoo-bringout-oca-product-variant-sale_product_variant_attribute_tax - From product: variant_sale_product_variant_attribute_tax
  • odoo-bringout-oca-product-variant-sale_variant_configurator - From product: variant_sale_variant_configurator

Installation

Install any package from this category:

# Install from local directory
pip install packages/oca-product/PACKAGE_NAME/

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

# Using uv (recommended for speed)
uv add packages/oca-product/PACKAGE_NAME/

Repository Structure

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

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

Contributing

These packages are maintained as part of the OCA (Odoo Community Association) ecosystem.

License

Each package maintains its original license as specified in the OCA repositories.