trytond-aeat_sii/view/sii_report_form.xml

39 lines
1.1 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 string="AEAT SII Issued Report" 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"/>
<button string="Load Invoices" name="load_invoices" colspan="2"/>
<field name="lines" colspan="6"/>
<label name="state"/>
<field name="state"/>
<label name="communication_state"/>
<field name="communication_state"/>
<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>