From ddff0b294e5daf7f882cdc28f97e87bf900d0056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20V=C3=A9zina?= Date: Tue, 24 Oct 2023 17:15:05 -0400 Subject: [PATCH] clean up --- bemade_sethy_configuration/models/res_partner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')