Add expand origin_shipment field

#040704
This commit is contained in:
Raimon Esteve 2020-05-22 13:17:38 +02:00
parent ffab2a5975
commit 6b01be0d29
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='amount']" position="after">
<field name="origin_shipment"/>
<field name="origin_shipment" expand="2"/>
</xpath>
</data>

View File

@ -4,6 +4,6 @@ The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='amount']" position="after">
<field name="origin_shipment"/>
<field name="origin_shipment" expand="2"/>
</xpath>
</data>