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
| Inputs | Method | Outputs |
|---|---|---|
|
- for template in self: - template.fixed_fee = template.product_fee.list_price |
|
