Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Products & Pricelists
Entity: product.template
Compute Method: _compute_packaging_ids
| Inputs | Method | Outputs |
|---|---|---|
|
- for p in self: - if len(p.product_variant_ids) == 1: - p.packaging_ids = p.product_variant_ids.packaging_ids - else: - p.packaging_ids = False |
|
