openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #22857
[Bug 1114949] [NEW] Error when click search in Advance Search for User page
Public bug reported:
Based on 7.0
(Build 2868)
server (4821)
addons (8650)
web (3738)
Steps to Error
============
1. Login as admin and go to User page.
2. Click on Advance Search menu,
3. Select "Multi Currencies" = "True" and click Apply. (in fact any boolean field will give errors).
4. Error occur as following,
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/orm.py", line 4845, in _search
query = self._where_calc(cr, user, args, context=context)
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/orm.py", line 4676, in _where_calc
e = expression.expression(cr, user, domain, self, context)
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/expression.py", line 632, in __init__
self.parse(cr, uid, context=context)
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/expression.py", line 806, in parse
raise ValueError("Invalid field %r in leaf %r" % (left, str(leaf)))
ValueError: Invalid field 'in_group_5' in leaf "<osv.ExtendedLeaf: ('in_group_5', '=', True) on res_users (ctx: )>"
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1114949
Title:
Error when click search in Advance Search for User page
Status in OpenERP Addons (modules):
New
Bug description:
Based on 7.0
(Build 2868)
server (4821)
addons (8650)
web (3738)
Steps to Error
============
1. Login as admin and go to User page.
2. Click on Advance Search menu,
3. Select "Multi Currencies" = "True" and click Apply. (in fact any boolean field will give errors).
4. Error occur as following,
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/orm.py", line 4845, in _search
query = self._where_calc(cr, user, args, context=context)
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/orm.py", line 4676, in _where_calc
e = expression.expression(cr, user, domain, self, context)
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/expression.py", line 632, in __init__
self.parse(cr, uid, context=context)
File "/home/odoo/runbot/static/openerp-dev-7-0-2868/server/openerp/osv/expression.py", line 806, in parse
raise ValueError("Invalid field %r in leaf %r" % (left, str(leaf)))
ValueError: Invalid field 'in_group_5' in leaf "<osv.ExtendedLeaf: ('in_group_5', '=', True) on res_users (ctx: )>"
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1114949/+subscriptions
Follow ups
References