trytond-aeat_sii/view/account_invoice_list.xml

13 lines
464 B
XML
Raw Normal View History

2017-04-28 09:26:42 +02:00
<?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"/>
2017-06-16 09:32:47 +02:00
<field name="sii_communication_type"/>
2017-04-28 09:26:42 +02:00
<field name="sii_state"/>
2017-07-04 11:44:44 +02:00
<button name="reset_sii_keys" string="Reset SII Keys" tree_invisible="1"/>
2017-04-28 09:26:42 +02:00
</xpath>
</data>