From b31708d8c50de46bf18b2e8da19809bce7b09cd1 Mon Sep 17 00:00:00 2001 From: Benjamin <benjamin@le-filament.com> Date: Mon, 17 Feb 2020 17:13:45 +0100 Subject: [PATCH] =?UTF-8?q?[cgscop=20#63]=20Ajout=20des=20=C3=A9tiquettes?= =?UTF-8?q?=20sur=20le=20formulaire=20de=20contact=20via=20la=20fiche=20or?= =?UTF-8?q?ganisme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/res_partner.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/views/res_partner.xml b/views/res_partner.xml index 057a56f..0e72be6 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -434,6 +434,7 @@ <field name="email"/> <field name="phone" widget="phone"/> <field name="mobile" widget="phone"/> + <field name="category_id" widget="many2many_tags" options="{'color_field': 'color', 'no_create': True}" /> <field name="comment" placeholder="Commentaires..."/> </group> <group> @@ -576,6 +577,7 @@ <field name="email"/> <field name="phone" widget="phone"/> <field name="mobile" widget="phone"/> + <field name="category_id" widget="many2many_tags" options="{'color_field': 'color', 'no_create': True}" /> <field name="comment" placeholder="internal note..."/> </group> <group attrs="{'invisible': [('type', '!=', 'contact')]}"> -- GitLab