[IMP] l10n_be: remove cancel button from wizard.

bzr revid: tpa@tinyerp.com-20120615124539-55r02ml2yycgxcro
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-15 18:15:39 +05:30
parent 54c9c52077
commit f13e03d069
3 changed files with 11 additions and 23 deletions

View File

@ -9,8 +9,7 @@
<field name="arch" type="xml">
<form string="Periodical VAT Declaration" version="7.0">
<header>
<button icon="gtk-execute" name="create_xml" string="Create XML" type="object" default_focus="1" />
<button special="cancel" string="Close" icon="gtk-cancel"/>
<button icon="gtk-execute" name="create_xml" string="Create XML" type="object" default_focus="1" class="oe_form_button_active_flow"/>
</header>
<group>
<group string="Declare Periodical VAT">
@ -35,9 +34,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Save xml" version="7.0">
<header>
<button special="cancel" string="Ok" icon="gtk-ok"/>
</header>
<label string="Save the File with '.xml' extension."/>
<field name="name"/>
<field name="file_save" readonly="True" filename="name"/>

View File

@ -6,17 +6,15 @@
<field name="model">partner.vat</field>
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Partner VAT Listing">
<form string="Partner VAT Listing" version="7.0">
<header>
<button name="get_partner" string="View Customers" type="object" icon="terp-partner" class="oe_form_button_active_flow"/>
</header>
<label string="This wizard will create an XML file for VAT details and total invoiced amounts per partner." colspan="4"/>
<newline/>
<field name="year"/>
<newline/>
<field name="limit_amount"/>
<separator colspan="4"/>
<group colspan="4">
<button special="cancel" string="Cancel" icon="gtk-cancel"/>
<button colspan="1" name="get_partner" string="View Customers" type="object" icon="terp-partner"/>
</group>
</form>
</field>
</record>
@ -64,16 +62,14 @@
<field name="type">form</field>
<field name="priority" eval="1"/>
<field name="arch" type="xml">
<form string="XML File has been Created.">
<form string="XML File has been Created." version="7.0">
<header>
<button name="print_vatlist" string="Print" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
</header>
<separator string="XML File has been Created." colspan="4"/>
<label string="Save the File with '.xml' extension." colspan="4" nolabel="1"/>
<field name="name"/><newline/>
<field name="file_save"/>
<separator colspan="4"/>
<group colspan="4">
<button colspan="2" special="cancel" string="Close" icon="gtk-cancel"/>
<button colspan="2" name="print_vatlist" string="Print" type="object" icon="gtk-print"/>
</group>
</form>
</field>
</record>

View File

@ -9,9 +9,8 @@
<field name="arch" type="xml">
<form string="Partner VAT intra" version="7.0">
<header>
<button name="create_xml" string="Create _XML" type="object" icon="gtk-execute"/>
<button name="preview" string="_Preview" type="object" icon="gtk-print"/>
<button special="cancel" string="_Close" icon="gtk-cancel"/>
<button name="create_xml" string="Create _XML" type="object" icon="gtk-execute" class="oe_form_button_active_flow"/>
<button name="preview" string="_Preview" type="object" icon="gtk-print" class="oe_form_button_active_flow"/>
</header>
<separator string="Intracom VAT Declaration"/>
<notebook colspan="4">
@ -40,9 +39,6 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Save XML" version="7.0">
<header>
<button special="cancel" string="Close" icon="gtk-cancel" colspan="4"/>
</header>
<separator string="Note: "/>
<label string="Save the File with '.xml' extension."/>
<field name="name"/>