changes
This commit is contained in:
@@ -8,9 +8,13 @@
|
||||
<field name="inherit_id" ref="base.view_partner_form"/>
|
||||
<field name="arch" type="xml">
|
||||
|
||||
<!-- Add fax number after phone field -->
|
||||
<xpath expr="//field[@name='phone']" position="after">
|
||||
<field name="x_ff_fax_number" placeholder="Fax number..."/>
|
||||
<!-- Add fax number on its own row below phone -->
|
||||
<xpath expr="//field[@name='phone']/.." position="after">
|
||||
<div class="d-flex align-items-baseline w-md-50">
|
||||
<i class="fa fa-fw me-1 fa-fax text-primary" title="Fax"/>
|
||||
<field name="x_ff_fax_number" class="w-100" widget="phone"
|
||||
placeholder="Fax number..."/>
|
||||
</div>
|
||||
</xpath>
|
||||
|
||||
<!-- Add smart button for fax count -->
|
||||
|
||||
Reference in New Issue
Block a user