trytond-aeat_sii/view/account_invoice_list.xml

11 lines
338 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="/tree/field[@name='state']" position="after">
<field name="sii_book_key"/>
<field name="sii_operation_key"/>
<field name="sii_state"/>
</xpath>
</data>