trytond-analytic_line_state/view/analytic_line_form.xml

11 lines
333 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/notebook/page/field[@name='currency']" position="after">
<newline/>
<label name="state"/>
<field name="state"/>
</xpath>
</data>