Divyesh Makwana(OpenERP) has proposed merging
lp:~openerp-dev/openobject-server/trunk-bug-876260-mdi into
lp:openobject-server.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #876260 in OpenERP Addons: "the main application wizard must trigger
chart of account wizardS "
https://bugs.launchpad.net/openobject-addons/+bug/876260
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-876260-mdi/+merge/80772
Hello Sir,
As per the suggestion, i make the changes in 'res_config.py'
Thanks and Regards,
Divyesh Makwana (MDI)
--
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-876260-mdi/+merge/80772
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-server/trunk-bug-876260-mdi.
=== modified file 'openerp/addons/base/res/res_config.py'
--- openerp/addons/base/res/res_config.py 2011-10-02 11:51:31 +0000
+++ openerp/addons/base/res/res_config.py 2011-10-31 06:00:29 +0000
@@ -70,6 +70,9 @@
res = next.action_launch(context=context)
res['nodestroy'] = False
return res
+
+ if 'html' in context:
+ return {'type' : 'ir.actions.reload'}
return {'type' : 'ir.actions.act_window_close'}
def start(self, cr, uid, ids, context=None):
_______________________________________________
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