Replace colspan=3 in shipment_address and invoice_address sale form view

This commit is contained in:
Raimon Esteve 2023-07-20 08:25:29 +02:00
parent 56bd775405
commit 08b9120692
1 changed files with 6 additions and 0 deletions

View File

@ -8,4 +8,10 @@ this repository contains the full copyright notices and license terms. -->
<label name="shipment_party"/>
<field name="shipment_party"/>
</xpath>
<xpath expr="/form/field[@name='invoice_address']" position="replace">
<field name="invoice_address"/>
</xpath>
<xpath expr="/form/field[@name='shipment_address']" position="replace">
<field name="shipment_address"/>
</xpath>
</data>