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

Module: Partner Property

Entity: res.company

Compute Method: _compute_partner_properties_definition_person

View 18.0
Inputs Method Outputs
- ICP = self.env["ir.config_parameter"]
- value = ICP.sudo().get_param("partner_property.properties_definition_person")
- pt = fields.PropertiesDefinition()
- for item in self:
-             item.partner_properties_definition_person = pt.convert_to_cache(value, item)
  • partner_properties_definition_person

Back to entity