diff --git a/bemade_sethy_configuration/models/res_partner.py b/bemade_sethy_configuration/models/res_partner.py index 2b43764..cf70270 100644 --- a/bemade_sethy_configuration/models/res_partner.py +++ b/bemade_sethy_configuration/models/res_partner.py @@ -9,5 +9,5 @@ class ResPartner(models.Model): surface = fields.Float(string='Surface') ref_project = fields.Text(string='Project') - intent = fields.Bollean(string='Intent') + intent = fields.Boolean(string='Intent')