Update partner_extended.xml

This commit is contained in:
zainab2097 2024-08-15 16:26:05 +03:00 committed by GitHub
parent 81c41977fe
commit 3dfff9d098
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 22 deletions

View File

@ -187,28 +187,7 @@
<xpath expr="//field[@name='title']" position="replace"></xpath>
<!-- <xpath expr="//div/h1" position="replace">-->
<!-- <h1 class="o_addressformat">-->
<!-- <div class="o_address_row"-->
<!-- style="display: flex; justify-content: space-between;"> &lt;!&ndash; Title Field on the Right &ndash;&gt;-->
<!-- <div attrs="{'invisible': [('company_type', '=', 'company')]}" style="flex: 1;" class="o_address_state">-->
<!-- <field widget="selection" name="title" placeholder="Title"-->
<!-- options="{'no_quick_create': True}"-->
<!-- attrs="{'invisible': [('company_type', '=', 'company')]}"/>-->
<!-- </div>-->
<!-- &lt;!&ndash; Name Field on the Left &ndash;&gt;-->
<!-- <div style="flex: 1;" class="o_address_zip">-->
<!-- <field name="name" default_focus="1" placeholder="e.g. Lumber Inc"-->
<!-- attrs="{'required': [('type', '=', 'contact'), ('is_company', '=', True)],-->
<!-- 'invisible': [('is_company','=', False)]}"/>-->
<!-- <field name="name" default_focus="1" placeholder="e.g. Brandon Freeman"-->
<!-- attrs="{'required': [('type', '=', 'contact'), ('is_company', '=', False)],-->
<!-- 'invisible': [('is_company','=', True)]}"/>-->
<!-- </div>-->
<!-- </div>-->
<!-- </h1>-->
<!-- </xpath>-->
<xpath expr="//div/h1" position="replace">
<h1 class="o_addressformat">
<div class="o_address_row" style="display: flex; justify-content: flex-start; align-items: center;">
@ -218,7 +197,10 @@
options="{'no_quick_create': True}"
attrs="{'invisible': [('company_type', '=', 'company')]}"/>
</div>
<!-- Separator -->
<div attrs="{'invisible': [('company_type', '=', 'company')]}" style="flex: 0 0 auto; margin: 0 10px;">
/
</div>
<!-- Name Field -->
<div style="flex: 0 0 auto;">
<field name="name" default_focus="1" placeholder="e.g. Lumber Inc"