trytonpsk-stock_co/view/inventory_create_start_form...

16 lines
506 B
XML
Raw Normal View History

<?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">
<newline/>
<field name="categories" colspan="4"/>
</xpath>
</data>