mirror of
https://gitlab.com/datalifeit/trytond-aeat_sii
synced 2023-12-13 20:30:37 +01:00
16 lines
538 B
XML
16 lines
538 B
XML
<?xml version="1.0"?>
|
|
<!-- The COPYRIGHT file at the top level of this repository contains the full
|
|
copyright notices and license terms. -->
|
|
<tree string="AEAT SII Issued Report">
|
|
<field name="company"/>
|
|
<field name="company_vat"/>
|
|
<field name="book"/>
|
|
<field name="currency"/>
|
|
<field name="fiscalyear"/>
|
|
<field name="period"/>
|
|
<field name="operation_type"/>
|
|
<field name="version"/>
|
|
<field name="state"/>
|
|
<field name="send_date" widget="date"/>
|
|
<field name="communication_state"/>
|
|
</tree>
|