trytond-sale_product_stock_.../view/sale_shop_form.xml
2015-02-02 13:19:53 +01:00

13 lines
503 B
XML

<?xml version="1.0"?>
<!-- This file is part sale_product_stock_shop 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/notebook/page[@id=&quot;general&quot;]/field[@name=&quot;warehouse&quot;]" position="after">
<label name="enough_stock"/>
<field name="enough_stock"/>
<label name="enough_stock_qty"/>
<field name="enough_stock_qty"/>
</xpath>
</data>