diff --git a/views/res_partner.xml b/views/res_partner.xml index 4eda2652a3267f3ebcae6a15a225c025c984e091..9fb0569b5b9b0850c17d5d4dba70db4fbd62cd87 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -11,11 +11,11 @@ <field name="priority" eval="1"/> <field name="arch" type="xml"> <page name='scop_contacts' position="after"> - <page name='scop_crm' string="Suivi de la relation" attrs="{'invisible': ['|', ('is_cooperative', '!=', True), ('project_status', '!=', '6_suivi')]}"> + <page name='scop_crm' string="Suivi de la relation" attrs="{'invisible': [('is_cooperative', '!=', True)]}"> <group col="3"> <field name="followup_format_id" options="{'no_open': True, 'no_create': True}" domain="[('ur_id', '=', ur_id)]" /> <field name="followup_duree" readonly="1"/> - + </group> <field name="partner_activity_ids" widget="one2many" > <tree>