Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sebalix opened this issue Oct 11, 2014 · 0 comments
Closed

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

sebalix opened this issue Oct 11, 2014 · 0 comments
Milestone

Comments

@sebalix
Copy link
Contributor

sebalix commented Oct 11, 2014

Original report: https://bugs.launchpad.net/oerplib/+bug/1326400

>>> 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}
@sebalix sebalix added this to the v0.8.3 milestone Oct 11, 2014
sebalix added a commit to sebalix/oerplib that referenced this issue Oct 11, 2014
…search()', 'OERP.create()', 'OERP.read()', 'OERP.write()' and 'OERP.unlink()' (fixes osiell#6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant