trytond-account_es/view/period_form.xml

10 lines
287 B
XML
Raw Normal View History

<?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>