trytond-product_qty/view/product_qty_form.xml

13 lines
453 B
XML

<?xml version="1.0"?>
<!-- This file is part of product_kit module for 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='description']"
position="after">
<label name="quantity"/>
<field name="quantity"/>
<label name="forecast_quantity"/>
<field name="forecast_quantity"/>
</xpath>
</data>