trytonpsk-stock_co/view/inventory_create_start_form...

17 lines
553 B
XML
Executable File

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath
expr="/form/field[@name='empty_quantity']" position="after">
<label name="assign_to"/>
<field name="assign_to"/>
</xpath>
<xpath
expr="/form/field[@name='complete_lines']" position="after">
<label name="category" />
<field name="category" />
<field name="products" colspan="4"/>
</xpath>
</data>