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

Module: Sales

Entity: sale.order.template.line

Compute Method: _compute_name

View 17.0 View 19.0
Inputs Method Outputs
  • product_id
- for option in self:
-             if not option.product_id:
-                 continue
-             option.name = option.product_id.get_product_multiline_description_sale()
  • name

Back to entity