'OERP.search()' does not use the user context

Bug #1326400 reported by codemonk
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OERPLib
Fix Released
Undecided
Unassigned

Bug Description

>>> oerp.search('product.uom', [('name', 'like', 'Einheit(en)')])
[]
>>> oerp.search('product.uom', [('name', 'like', 'Einheit(en)')], context={'lang': 'de_DE'})
[1]
>>> oerp.context
 {'lang': 'de_DE', 'tz': 'Europe/Berlin', 'uid': 1}

Revision history for this message
Sébastien Alix (sebastien-alix) wrote :

Hi,

OERPLib is moving on GitHub, your bug report has been copied here: https://github.com/osiell/oerplib/issues/6
(and a fix will be release soon).

Regards,

Revision history for this message
Sébastien Alix (sebastien-alix) wrote :
Changed in oerplib:
status: New → Fix Released
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.