[IMP] improved allignment of l10n_be/wizard/l10n_be_account_vat_declaration_view.xml

bzr revid: bde@tinyerp.com-20120124133046-eplmxo9eyncs7ov9
This commit is contained in:
Bharat Devnani (OpenERP) 2012-01-24 19:00:46 +05:30
parent 5a84e35e1f
commit 19deb6071a
1 changed files with 65 additions and 65 deletions

View File

@ -1,80 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<data>
<menuitem
id="menu_finance_belgian_statement"
name="Belgium Statements"
parent="account.menu_finance_legal_statement" groups="account.group_account_manager"/>
<menuitem
id="menu_finance_belgian_statement"
name="Belgium Statements"
parent="account.menu_finance_legal_statement" groups="account.group_account_manager"/>
<record id="view_vat_declaration" model="ir.ui.view">
<field name="name">Vat Declaraion</field>
<field name="model">l1on_be.vat.declaration</field>
<field name="type">form</field>
<field name="arch" type="xml">
<record id="view_vat_declaration" model="ir.ui.view">
<field name="name">Vat Declaraion</field>
<field name="model">l1on_be.vat.declaration</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Periodical VAT Declaration" >
<group>
<group colspan="4">
<separator string="Declare Periodical VAT" colspan="4"/><newline/>
<field name="vat_declarations_nbr"/>
<field name="period_id" widget="selection"/>
<field name="identification_type"/>
<field name="other" attrs="{'invisible':[('identification_type','!=','other')], 'required':[('identification_type','=','other')]}"/>
<field name="tax_code_id" string="Company" widget="selection" groups="base.group_multi_company"/>
<newline/>
<field name="ask_restitution"/>
<field name="ask_payment"/>
<field name="client_nihil" string="Is Last Declaration"/><label/>
</group>
<group colspan="4">
<group>
<group colspan="4">
<separator string="Declare Periodical VAT" colspan="4"/><newline/>
<field name="vat_declarations_nbr"/>
<field name="period_id" widget="selection"/>
<field name="identification_type"/>
<field name="other" attrs="{'invisible':[('identification_type','!=','other')], 'required':[('identification_type','=','other')]}"/>
<field name="tax_code_id" string="Company" widget="selection" groups="base.group_multi_company"/>
<newline/>
<field name="ask_restitution"/>
<field name="ask_payment"/>
<field name="client_nihil" string="Is Last Declaration"/><label/>
</group>
<group colspan="4">
<separator string="Comments" colspan="4"/>
<field colspan="4" name="comments" nolabel="1"/>
</group>
</group>
<group>
<separator colspan="4"/>
<newline/>
<button special="cancel" string="Close" icon="gtk-cancel"/>
<button icon="gtk-execute" name="create_xml" string="Create XML" type="object" default_focus="1" />
</group>
</group>
<separator colspan="4"/>
<newline/>
<button special="cancel" string="Close" icon="gtk-cancel"/>
<button icon="gtk-execute" name="create_xml" string="Create XML" type="object" default_focus="1" />
</group>
</group>
</form>
</field>
</field>
</record>
<record id="view_vat_save" model="ir.ui.view">
<field name="name">Save XML</field>
<field name="model">l1on_be.vat.declaration</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Save xml">
<group colspan="3">
<label string="Save the File with '.xml' extension." colspan="2" align="0.0"/><newline/>
<field name="name"/><newline/>
<field name="file_save" readonly="True"/>
<newline/>
<separator colspan="4"/><label/>
<button special="cancel" string="Ok" icon="gtk-ok"/>
</group>
</form>
</field>
</record>
<record id="view_vat_save" model="ir.ui.view">
<field name="name">Save XML</field>
<field name="model">l1on_be.vat.declaration</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Save xml">
<group colspan="3">
<label string="Save the File with '.xml' extension." colspan="2" align="0.0"/><newline/>
<field name="name"/><newline/>
<field name="file_save" readonly="True"/>
<newline/>
<separator colspan="4"/><label/>
<button special="cancel" string="Ok" icon="gtk-ok"/>
</group>
</form>
</field>
</record>
<record id="action_vat_declaration" model="ir.actions.act_window">
<field name="name">Vat Declaraion</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">l1on_be.vat.declaration</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="view_id" ref="view_vat_declaration"/>
<field name="target">new</field>
</record>
<record id="action_vat_declaration" model="ir.actions.act_window">
<field name="name">Vat Declaraion</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">l1on_be.vat.declaration</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="view_id" ref="view_vat_declaration"/>
<field name="target">new</field>
</record>
<menuitem
name="Periodical VAT Declaration"
parent="menu_finance_belgian_statement"
action="action_vat_declaration"
id="l10_be_vat_declaration"
groups="account.group_account_manager"/>
<menuitem
name="Periodical VAT Declaration"
parent="menu_finance_belgian_statement"
action="action_vat_declaration"
id="l10_be_vat_declaration"
groups="account.group_account_manager"/>
</data>
</data>
</openerp>