diff --git a/views/res_partner.xml b/views/res_partner.xml index 05b0bbafa8503cdd6ecb8fe429b8aaa0562bc977..8b6aa666e6abc14a25940e25197777d3578874e2 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -332,7 +332,7 @@ <field name="email" widget="email" string="E-mail"/> <field name="zip_departement" string="N° de département" /> <field name="region" /> - <field name="website" widget="url" attrs="{'invisible': [('project_status', 'in', ('1_information', '2_pre-diagnostic', '3_accompagnement'))]}"/> + <field name="website" widget="url" attrs="{'invisible': [('project_status', 'in', ('1_information', '2_pre-diagnostic'))]}"/> <label for='facebook' class="oe_read_only" string="Réseaux sociaux" attrs="{'invisible':[('facebook','=',False),('linkedin','=',False),('twitter','=',False)]}"/> <div > <button string="" class="btn-cgscop oe_read_only" name="open_facebook" type="object" icon="fa-facebook" attrs="{'invisible':['|', ('facebook','=',False), ('project_status', 'in', ('1_information', '2_pre-diagnostic'))]}"/>