trytond-stock_supply_minimum/view/purchase_line_form.xml

15 lines
584 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']/label[@name='quantity']"
position="before">
<label id="space_minimum_quantity" string=""/>
<group id="minimum_quantity" colspan="3" col="2">
<label name="minimum_quantity"
string="The quantity must be greater or equal than minimum quantity:"/>
<field name="minimum_quantity"/>
</group>
</xpath>
</data>