Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: eCommerce

Entity: product.product

Compute Method: _compute_base_unit_name

Inputs Method Outputs
for product in self:
            product.base_unit_name = product.base_unit_id.name or product.uom_name

Back to entity