trytond-account_es/view/period_form.xml
Raimon Esteve f966ff2751 Add fiscalyear and period code field
Since account-a2a3fc6b9324 (issue4241) was removed code field
2017-07-14 17:14:01 +02:00

10 lines
287 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/field[@name='name']" position="after">
<label name="code"/>
<field name="code"/>
</xpath>
</data>