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

Module: Employees

Entity: hr.version

Compute Method: _compute_contract_wage

View 19.0
Inputs Method Outputs
+ for version in self:
+             version.contract_wage = version._get_contract_wage()
  • contract_wage

Back to entity