trytond-stock_shipment_in_edi/view/move_form_pending.xml
2019-10-01 10:55:01 +02:00

14 lines
452 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='pending_quantity']" position="after">
<label name="edi_quantity"/>
<field name="edi_quantity"/>
<newline/>
<label name="edi_description"/>
<newline/>
<field name="edi_description" colspan="4"/>
</xpath>
</data>