trytond-stock_party_warehouse/view/shipment_internal_form.xml

13 lines
422 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='number']" position="after">
<label name="party"/>
<field name="party"/>
<newline/>
</xpath>
<xpath expr="/form" position="replace_attributes">
<form col="4" cursor="party"/>
</xpath>
</data>