trytonpsk-purchase_co/view/configuration_form.xml

12 lines
442 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/field[@name='purchase_process_after']" position="after">
<label name="reference_required"/>
<field name="reference_required"/>
<label name="all_warehouse"/>
<field name="all_warehouse"/>
</xpath>
</data>