trytond-account_es_sii/view/sii_report_form.xml
Raimon Esteve d06f9affa6 Upgrade from 4.2 series
From changeset-34eb534d3331
2017-11-01 08:18:21 +01:00

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>