trytond-stock_unit_load/view/shipment_out_form.xml

11 lines
372 B
XML
Raw Normal View History

2015-10-20 19:27:57 +02:00
<?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>
2017-07-28 18:55:49 +02:00
</data>