diff --git a/bemade_sethy_configuration/models/res_partner.py b/bemade_sethy_configuration/models/res_partner.py index eda0d74..5aa8a65 100644 --- a/bemade_sethy_configuration/models/res_partner.py +++ b/bemade_sethy_configuration/models/res_partner.py @@ -16,8 +16,8 @@ class ResPartner(models.Model): specification_date = fields.Date(string='Specification date') # proprio crm_stage_activity = fields.Text(string='Activity Stage') # proprio - property_count = fields.Integer(string='Property count', compute='_compute_property_count') - is_owner = fields.Boolean(string='Is Owner', compute='_compute_property_count') + property_count = fields.Integer(string='Property count', compute='_compute_property_count', store=True) + is_owner = fields.Boolean(string='Is Owner', compute='_compute_property_count', store=True) sethy_firs_tdate = fields.Date(string='First membership date') # member sethy_last_date = fields.Date(string='Last membership date') # member