Chirag Patel (OpenERP) has proposed merging
lp:~openerp-dev/openobject-client-web/6.0-opw-581192-cpa into
lp:openobject-client-web.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-581192-cpa/+merge/132318
Hello,
Closed request not display to user.
Demo:
Login with demo user and click on request(near home button).
Change any request state to close.
After that request will not display.
Thanks
--
https://code.launchpad.net/~openerp-dev/openobject-client-web/6.0-opw-581192-cpa/+merge/132318
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-client-web/6.0-opw-581192-cpa.
=== modified file 'addons/openerp/controllers/requests.py'
--- addons/openerp/controllers/requests.py 2011-01-17 11:57:11 +0000
+++ addons/openerp/controllers/requests.py 2012-10-31 12:59:21 +0000
@@ -48,5 +48,5 @@
ids, total = self.my()
return actions.execute(
rpc.RPCProxy('ir.actions.act_window')\
- .for_xml_id('base', 'res_request-act'), domain=('id', 'in', ids)
+ .for_xml_id('base', 'res_request-act'), domain=('act_to', '=', rpc.session.uid)
)
_______________________________________________
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