From 1ab44c83fe2d0caad956943c16065c5aeeafe203 Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Wed, 18 Dec 2024 16:06:03 +0100 Subject: [PATCH] [UPD] partner view --- views/res_partner.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/res_partner.xml b/views/res_partner.xml index ad41c36..0a11fd3 100644 --- a/views/res_partner.xml +++ b/views/res_partner.xml @@ -97,9 +97,6 @@ name="attrs" >{'invisible': [('is_company','=', True)]}</attribute> </field> - <xpath expr="//div[hasclass('oe_title')]" position="attributes"> - <attribute name="class">oe_title oe_title_cgscop</attribute> - </xpath> <field name="company_type" position="attributes"> <attribute name="readonly">True</attribute> <attribute name="class" /> -- GitLab