trytond-aeat_sii/view/sii_report_form.xml

42 lines
1.3 KiB
XML
Raw Permalink 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. -->
<form col="6">
2017-04-28 09:26:42 +02:00
<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="load_date"/>
<field name="load_date"/>
2017-06-14 08:42:37 +02:00
<label name="send_date"/>
<field name="send_date"/>
<button name="load_invoices" colspan="2"/>
2017-06-14 15:25:50 +02:00
<field name="lines" colspan="6"
mode="tree"
view_ids="aeat_sii.aeat_sii_report_line_tree_seq_view"/>
2017-04-28 09:26:42 +02:00
<label name="state"/>
<field name="state"/>
<label name="communication_state"/>
<field name="communication_state"/>
2017-05-22 20:05:29 +02:00
<label name="csv"/>
<field name="csv"/>
2017-04-28 09:26:42 +02:00
<group id="buttons" colspan="2">
<button name="draft"/>
<button name="confirm"/>
<button name="send"/>
<button name="cancel"/>
2017-04-28 09:26:42 +02:00
</group>
</form>