lead_properties = fields.Properties( 'Properties', definition='team_id.lead_properties_definition', copy=True)
How is the definition attribute for the properties field stored in the database in Odoo 17?
Is it possible to assign a definition to a Property field for a custom field? If so, how can this be achieved?