Merge lp:~openerp-dev/openobject-server/trunk-bug-876260-mdi into lp:openobject-server

Proposed by DJ Patel (OpenERP)
Status: Merged
Merged at revision: 3799
Proposed branch: lp:~openerp-dev/openobject-server/trunk-bug-876260-mdi
Merge into: lp:openobject-server
Diff against target: 13 lines (+3/-0)
1 file modified
openerp/addons/base/res/res_config.py (+3/-0)
To merge this branch: bzr merge lp:~openerp-dev/openobject-server/trunk-bug-876260-mdi
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+80772@code.launchpad.net

Description of the change

Hello Sir,

As per the suggestion, i make the changes in 'res_config.py'

Thanks and Regards,

Divyesh Makwana (MDI)

To post a comment you must log in.
Revision history for this message
DJ Patel (OpenERP) (mdi-openerp) wrote :

Hello Sir,

To see details for the suggestion, follow the link below:

https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-876260-mdi/+merge/80182

Thanks and Regards,

Divyesh Makwana(MDI)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'openerp/addons/base/res/res_config.py'
2--- openerp/addons/base/res/res_config.py 2011-10-02 11:51:31 +0000
3+++ openerp/addons/base/res/res_config.py 2011-10-31 06:00:29 +0000
4@@ -70,6 +70,9 @@
5 res = next.action_launch(context=context)
6 res['nodestroy'] = False
7 return res
8+
9+ if 'html' in context:
10+ return {'type' : 'ir.actions.reload'}
11 return {'type' : 'ir.actions.act_window_close'}
12
13 def start(self, cr, uid, ids, context=None):