trytond-production_output_l.../view/production_form.xml
2014-07-07 19:27:12 +02:00

9 lines
371 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='other']/field[@name='location']" position="after">
<label name="output_location"/>
<field name="output_location"/>
</xpath>
</data>