[trunk]res_users_view.xml missing quote

Bug #1277007 reported by Eloi Bermejo
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Confirmed
Medium
OpenERP's Framework R&D

Bug Description

Hello,
by searching the users i'm getting the error:

TypeError: results.group_by is undefined
http://192.168.0.33:8069/web/static/src/js/views.js:819

After searching the bugs, I found out in the Diff file from bug #1253950 that a missing single quote (') might be the cause. And in line 234 of res_users_view.xml after email and before ilike, the ending quote is missing. After correcting the view, the search runs ok:

Line234: <field name="name" filter_domain="['|', '|', ('name','ilike',self), ('login','ilike',self), ('email','ilike',self)]" string="User"/>

I'm using Version 8.0dev-20140106-000101.

summary: - res_users_view.xml missing quote
+ [trunk]res_users_view.xml missing quote
Revision history for this message
Twinkle Christian(OpenERP) (tch-openerp) wrote :

Hello,

I have checked this issue with may latest trunk as well with saas-3 &2 and for all its working fine at all. So, Would you please check it again and correct me if I was wrong in any ?

Thank you.

Changed in openobject-server:
status: New → Incomplete
Revision history for this message
Eloi Bermejo (eloibermejo) wrote :

Well, I've corrected the code, so for sure it is there...
I've created a SAAS account and checked... the error is there. I've attached a screen print.
Thanks!

description: updated
Revision history for this message
Eloi Bermejo (eloibermejo) wrote :

And yes, I checked the code online in launchpad. Another screenshot attached.

Revision history for this message
Twinkle Christian(OpenERP) (tch-openerp) wrote :

Hello,

Having the same issue as yours . Sorry for misinterpreted.

Thanks .

Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Medium
status: Incomplete → Confirmed
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.