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

Module: Initial fee for memberships

Entity: product.template

Compute Method: _compute_fixed_fee

View 18.0
Inputs Method Outputs
  • product_fee
  • product_fee.list_price
- for template in self:
-             template.fixed_fee = template.product_fee.list_price
  • fixed_fee

Back to entity