From 4223aa97e338149ea10a71eb8c628fae79e2a8f8 Mon Sep 17 00:00:00 2001 From: Benjamin <benjamin@le-filament.com> Date: Wed, 27 May 2020 12:25:36 +0200 Subject: [PATCH] =?UTF-8?q?[cgscop=20#203]=20Ajouter=20le=20d=C3=A9l=C3=A9?= =?UTF-8?q?gu=C3=A9=20de=20suivi=20sur=20les=20partenaires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/res_partner.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/views/res_partner.xml b/views/res_partner.xml index ff871c2..c6d7a4f 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -134,6 +134,7 @@ <field name="segment_4_id" widget="many2many_tags" options="{'color_field': 'color', 'no_create': True}" domain="[('ur_id', '=', ur_id)]"/> <field name="organization_subtype_id" attrs="{'invisible': ['|', ('is_company','=', False), ('type', '!=', 'contact')]}" domain="[('child_ids', '=', False)]" options="{'no_create': True, 'no_open': True}"/> <field name="organization_type_id" readonly="1" attrs="{'invisible': ['|', ('is_company', '=', False), ('type', '!=', 'contact')]}" options="{'no_create': True, 'no_open': True}"/> + <field name="followup_delegate_id" widget="res_partner_many2one" options="{'no_open': True, 'no_create': True}" domain="[('active', '=', True),('ur_id', '=', ur_id)]" attrs="{'invisible': ['|', ('is_company','=', False), ('type', '!=', 'contact')]}"/> </group> <group name="contact_segment_info" attrs="{'invisible': ['|', ('is_company', '=', True), ('type', '!=', 'contact')]}"> <field name="title" options='{"no_create": True, "no_open": True}' attrs="{'invisible': [('is_company','=', True)]}"/> -- GitLab