trytond-product_qty/view/template_qty_form.xml

13 lines
440 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='general']/field[@name='cost_price_method']"
position="after">
<label name="quantity"/>
<field name="quantity"/>
<label name="forecast_quantity"/>
<field name="forecast_quantity"/>
</xpath>
</data>