mirror of
https://gitlab.com/datalifeit/trytond-account_es_sii
synced 2023-12-14 06:13:02 +01:00
d06f9affa6
From changeset-34eb534d3331
39 lines
1.3 KiB
XML
39 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<!-- The COPYRIGHT file at the top level of this repository contains the full
|
|
copyright notices and license terms. -->
|
|
<form col="6">
|
|
<label name="company"/>
|
|
<field name="company"/>
|
|
<label name="company_vat"/>
|
|
<field name="company_vat"/>
|
|
<label name="currency"/>
|
|
<field name="currency"/>
|
|
<label name="book"/>
|
|
<field name="book"/>
|
|
<label name="operation_type"/>
|
|
<field name="operation_type"/>
|
|
<label name="version"/>
|
|
<field name="version"/>
|
|
<label name="fiscalyear"/>
|
|
<field name="fiscalyear"/>
|
|
<label name="period"/>
|
|
<field name="period"/>
|
|
<label name="send_date"/>
|
|
<field name="send_date"/>
|
|
<button string="Load Invoices" name="load_invoices" colspan="2"/>
|
|
<field name="lines" colspan="6"
|
|
mode="tree"
|
|
view_ids="aeat_sii.aeat_sii_report_line_tree_seq_view"/>
|
|
<label name="state"/>
|
|
<field name="state"/>
|
|
<label name="communication_state"/>
|
|
<field name="communication_state"/>
|
|
<label name="csv"/>
|
|
<field name="csv"/>
|
|
<group id="buttons" colspan="2">
|
|
<button name="draft" string="Draft"/>
|
|
<button name="confirm" string="Confirm"/>
|
|
<button name="send" string="Send"/>
|
|
<button name="cancel" string="Cancel"/>
|
|
</group>
|
|
</form>
|