mirror of
https://bitbucket.org/presik/trytonpsk-purchase_co.git
synced 2023-12-14 06:43:05 +01:00
12 lines
442 B
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>
|