number of requests is not updated

Bug #435684 reported by Ferdinand
18
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Wishlist
Vaibhav Darji

Bug Description

after deleting all requests the content of "number of requests" is not updated, only after relogin the correct "no requests" is displayed

Related branches

Changed in openobject-client-web:
assignee: nobody → ame (Tiny) (ame-tiny)
milestone: none → 5.0.7
Changed in openobject-client-web:
importance: Undecided → Wishlist
Revision history for this message
James Wyson (jmwyson) wrote :

In the my function of the controller requests.py, a check is performed if a session variable containing the number of requests has already been set and if it has that session variable is retrieved but not update. Can we remove the check to have the web client always update the session variable?

The code I'm referring to is the following:

if ids == False:
  ids, ids2 = rpc.RPCProxy('res.request').request_get()
  cherrypy.session['terp_requests'] = (ids, ids2)

Changed in openobject-client-web:
milestone: 5.0.7 → 5.0.8
Changed in openobject-client-web:
milestone: 5.0.8 → 5.0.9
Changed in openobject-client-web:
milestone: 5.0.9 → 5.0.10
Changed in openobject-client-web:
assignee: Amit Mendapara (amit-mendapara) → noz (Open ERP) (noz-tiny)
Changed in openobject-client-web:
milestone: 5.0.10 → 5.0.11
Changed in openobject-client-web:
milestone: 5.0.11 → 5.0.12
Revision history for this message
Vaibhav Darji (vaibhav-openerp) wrote :

Hello,

fixed in stable at revno:2890
<email address hidden>

Thanks.

Changed in openobject-client-web:
assignee: noz (Open ERP) (noz-tiny) → vda(Open ERP) (vda-tiny)
Changed in openobject-client-web:
status: New → Fix Released
Changed in openobject-client-web:
milestone: 5.0.12 → 5.0.13
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.