trytond-sale_product_stock/view/configuration_form.xml

10 lines
395 B
XML

<?xml version="1.0"?>
<!-- This file is part sale_product_stock 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=&quot;sale_shipment_method&quot;]" position="after">
<label name="enough_stock_qty"/>
<field name="enough_stock_qty"/>
</xpath>
</data>