trytonpsk-purchase_co/view/purchase_line_form.xml
2021-11-22 08:37:05 -05:00

9 lines
375 B
XML

<?xml version="1.0"?>
<!-- This file is part of 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='general']/group[@id='delivery_date']" position="after">
<label name="stock_quantity"/>
<field name="stock_quantity"/>
</xpath>
</data>