Nimesh Contractor(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-cancel_button-nco
into lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp.
Requested reviews:
Atul Patel(OpenERP) (atp-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-cancel_button-nco/+merge/112525
Hello sir,
I have add cancel button in following wizards.
account/wizard/account_chart_view.xml
account/wizard/account_fiscalyear_close_state.xml
account/wizard/account_fiscalyear_close_view.xml
account/wizard/account_open_closed_fiscalyear_view.xml
account/wizard/account_subscription_generate_view.xml
account/wizard/account_tax_chart_view.xml
account/wizard/account_use_model_view.xml
account/wizard/account_validate_move_view.xml
account_asset/wizard/wizard_asset_compute_view.xml
account_followup/wizard/account_followup_print_view.xml
thanks,
NCO.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp-cancel_button-nco/+merge/112525
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-accounting-view-imp-atp.
=== modified file 'account/wizard/account_chart_view.xml'
--- account/wizard/account_chart_view.xml 2012-06-27 13:12:13 +0000
+++ account/wizard/account_chart_view.xml 2012-06-28 09:45:27 +0000
@@ -9,6 +9,7 @@
<form string="Account charts" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_chart_open_window" type="object"/>
+ <button special="cancel" string="_Cancel" icon="gtk-cancel"/>
</header>
<group col="4">
<field name="fiscalyear" on_change="onchange_fiscalyear(fiscalyear)"/>
=== modified file 'account/wizard/account_fiscalyear_close_state.xml'
--- account/wizard/account_fiscalyear_close_state.xml 2012-06-26 09:16:51 +0000
+++ account/wizard/account_fiscalyear_close_state.xml 2012-06-28 09:45:27 +0000
@@ -9,6 +9,7 @@
<form string="Close states of Fiscal year and periods" version="7.0">
<header>
<button icon="terp-locked" string="Close Fiscal Year" name="data_save" type="object"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<label string ="If no additional entries should be recorded on a fiscal year, you can close it from here. It will close all opened periods in this year that will make impossible any new entry record. Close a fiscal year when you need to finalize your end of year results definitive "/>
<group>
=== modified file 'account/wizard/account_fiscalyear_close_view.xml'
--- account/wizard/account_fiscalyear_close_view.xml 2012-06-26 09:16:51 +0000
+++ account/wizard/account_fiscalyear_close_view.xml 2012-06-28 09:45:27 +0000
@@ -9,6 +9,7 @@
<form string="Generate Fiscal Year Opening Entries" version="7.0">
<header>
<button icon="gtk-execute" string="Create" name="data_save" type="object"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<label string="This wizard will generate the end of year journal entries of selected fiscal year. Note that you can run this wizard many times for the same fiscal year: it will simply replace the old opening entries with the new ones."/>
<newline/>
=== modified file 'account/wizard/account_open_closed_fiscalyear_view.xml'
--- account/wizard/account_open_closed_fiscalyear_view.xml 2012-06-26 09:16:51 +0000
+++ account/wizard/account_open_closed_fiscalyear_view.xml 2012-06-28 09:45:27 +0000
@@ -9,6 +9,7 @@
<form string="Choose Fiscal Year " version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open" name="remove_entries" type="object"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<group>
<field name="fyear_id" domain="[('state','=','draft')]"/>
=== modified file 'account/wizard/account_subscription_generate_view.xml'
--- account/wizard/account_subscription_generate_view.xml 2012-06-25 13:33:53 +0000
+++ account/wizard/account_subscription_generate_view.xml 2012-06-28 09:45:27 +0000
@@ -11,6 +11,7 @@
<header>
<button icon="gtk-execute" string="Generate Entries"
name="action_generate" type="object" />
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<group>
<field name="date"/>
=== modified file 'account/wizard/account_tax_chart_view.xml'
--- account/wizard/account_tax_chart_view.xml 2012-06-27 06:30:13 +0000
+++ account/wizard/account_tax_chart_view.xml 2012-06-28 09:45:27 +0000
@@ -10,6 +10,7 @@
<form string="Account tax charts" version="7.0">
<header>
<button icon="terp-gtk-go-back-rtl" string="Open Charts" name="account_tax_chart_open_window" type="object" />
+ <button special="cancel" string="_Cancel" icon="gtk-cancel"/>
</header>
<group col="4">
<field name="period_id"/>
=== modified file 'account/wizard/account_use_model_view.xml'
--- account/wizard/account_use_model_view.xml 2012-06-26 09:16:51 +0000
+++ account/wizard/account_use_model_view.xml 2012-06-28 09:45:27 +0000
@@ -10,6 +10,7 @@
<form string="Create Entries From Models" version="7.0">
<header>
<button icon="gtk-execute" string="Create Entries" name="create_entries" type="object"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<label string="Create manual recurring entries in a chosen journal."/>
<group>
=== modified file 'account/wizard/account_validate_move_view.xml'
--- account/wizard/account_validate_move_view.xml 2012-06-26 09:16:51 +0000
+++ account/wizard/account_validate_move_view.xml 2012-06-28 09:45:27 +0000
@@ -11,6 +11,7 @@
<form string="Post Journal Entries" version="7.0">
<header>
<button icon="terp-camera_test" string="Approve" name="validate_move" type="object"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<label string="All draft account entries in this journal and period will be validated. It means you won't be able to modify their accounting fields anymore."/>
<group>
=== modified file 'account_asset/wizard/wizard_asset_compute_view.xml'
--- account_asset/wizard/wizard_asset_compute_view.xml 2012-06-26 09:16:51 +0000
+++ account_asset/wizard/wizard_asset_compute_view.xml 2012-06-28 09:45:27 +0000
@@ -9,6 +9,7 @@
<form string="Compute Asset" version="7.0">
<header>
<button icon="gtk-execute" string="Compute" name="asset_compute" type="object"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<group>
<field name="period_id"/>
=== modified file 'account_followup/wizard/account_followup_print_view.xml'
--- account_followup/wizard/account_followup_print_view.xml 2012-06-26 09:16:51 +0000
+++ account_followup/wizard/account_followup_print_view.xml 2012-06-28 09:45:27 +0000
@@ -10,6 +10,7 @@
<form string="Send Follow-Ups" version="7.0">
<header>
<button name="do_continue" string="Continue" colspan="1" type="object" icon="gtk-ok"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<group col="4">
<field name="followup_id"/>
@@ -76,6 +77,7 @@
<header>
<button name="do_mail" string="Send Mails" colspan="1" type="object" icon="gtk-execute"/>
<button name="do_print" string="Print Follow-Ups" colspan="1" type="object" icon="gtk-print"/>
+ <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</header>
<notebook>
<page string="Partner Selection">
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp