TIP: You can type at any time to perform a new search.
Product Variant Multi Advanced
product_variant_multi_advanced · OCA/product-variant
- Repository
- OCA/product-variant · module folder · Try on Runboat
- Module version
- 0.1
- Category
- Sales Management
- Folder size
- 0.02 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.akretion.com/
- Last tracking update
- 2026-08-07 07:03:09
- Authors
- Akretion, Odoo Community Association (OCA)
- Maintainers
- Akretion, Odoo Community Association (OCA)
- Committers
- Raphaël Valyi, Stéphane Bidoul, Stéphane Bidoul (ACSONE)
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module extend the capacity of product_variant_multi giving the posibility of building automatically the name, the description... of the product from the product template. Due to some limit of the orm you will need to apply some patch on the server
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_product_normal_multi_advanced_form_view |
view.product.normal.multi.advanced.form | product.product | form | Inherits product.product_normal_form_view |
view_product_variant_multi_advanced_form |
view.product.variant.multi.advanced.product.variant.form | product.product | form | Inherits product_variant_multi.product_variant_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (5)-
build_product_field(self, cr, uid, ids, field, context=None) -
build_product_name(self, cr, uid, ids, context=None) -
build_product_sale_description(self, cr, uid, ids, context=None) -
create(self, cr, uid, vals, context=None) -
write(self, cr, uid, ids, vals, context=None)
New fields (0)
No new fields.
Public methods (1)-
button_generate_variants(self, cr, uid, ids, context=None)
Loading…
Loading…