← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 682735] [NEW] GTK calls fields_get without context

 

Public bug reported:

Whenever I open a list view from the menu, I can see GTK making the following RPC calls:
 - tree_but_open()
 - fields_view_get() (e.g. once for tree, once for search)
 - fields_get()
 - search()
 - read()

All these calls have the context passed with lang and timezone, except the fields_get() call.
I'm not sure at this point where this is used and if this has an impact on translations, but this is at the least not consistent, and could lead to issues with translations for example (if not now, maybe later).

Please pass the context in this request...

Thanks!

** Affects: openobject-client
     Importance: Low
     Assignee: OpenERP sa GTK client R&D (openerp-dev-gtk)
         Status: Confirmed

-- 
GTK calls fields_get without context
https://bugs.launchpad.net/bugs/682735
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.

Status in OpenObject GTK Client: Confirmed

Bug description:
Whenever I open a list view from the menu, I can see GTK making the following RPC calls:
 - tree_but_open()
 - fields_view_get() (e.g. once for tree, once for search)
 - fields_get()
 - search()
 - read()

All these calls have the context passed with lang and timezone, except the fields_get() call.
I'm not sure at this point where this is used and if this has an impact on translations, but this is at the least not consistent, and could lead to issues with translations for example (if not now, maybe later).

Please pass the context in this request...

Thanks!





Follow ups

References