[FIX] partner-comcom: many2one instead of many2many

This commit is contained in:
clementthomas
2024-11-05 14:23:34 +01:00
parent d3257c857b
commit d1a20167ad
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ class ResPartner(models.Model):
_inherit = 'res.partner'
comcom_ids = fields.Many2many('res.country.comcom')
comcom_id = fields.Many2one('res.country.comcom', string="Communauté de commune")