1
0
Fork 0
mirror of synced 2023-12-14 06:43:21 +01:00
trytond-analytic_optional_move/view/line_form.xml

12 lines
406 B
XML

<?xml version="1.0"?>
<!-- This file is part of analytic_optional_move module for 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']/label[@name='currency']"
position="before">
<label name="company2"/>
<field name="company2"/>
</xpath>
</data>