trytond-stock_unit_load/view/shipment_out_form.xml

11 lines
372 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/notebook/page[@id='inventory_moves']" position="before">
<page id="uls" string="ULs">
<field name="unit_loads" colspan="4" widget="many2many"/>
</page>
</xpath>
</data>