[6.0] access control grid cannot filter

Bug #624421 reported by Eric Caudal - www.elico-corp.com
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Invalid
Undecided
Unassigned

Bug Description

When I try to filter any word in 'access control grid', I get the following error:

Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/netsvc.py", line 431, in dispatch
    result = ExportService.getService(service_name).dispatch(method, auth, params)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/service/web_services.py", line 589, in dispatch
    res = fn(db, uid, *params)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/osv/osv.py", line 57, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/osv/osv.py", line 135, in execute
    res = pool.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/osv/osv.py", line 125, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/osv/orm.py", line 3846, in search
    cr.execute('select %s.id from ' % self._table + ','.join(tables) + where_str +' order by '+order_by+limit_str+offset_str, where_clause_params)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/sql_db.py", line 74, in wrapper
    return f(self, *args, **kwargs)
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/sql_db.py", line 123, in execute
    res = self._obj.execute(query, params)
ProgrammingError: column ir_model.group_17 does not exist
LINE 1: select ir_model.id from "ir_model" WHERE (ir_model.group_17 ...
                                                  ^

Changed in openobject-addons:
status: New → Confirmed
affects: openobject-addons → openobject-server
Revision history for this message
Olivier Dony (Odoo) (odo-openerp) wrote :

Hello Eric,

Due to the new features introduced in 6.0 (search views and group-by's), the access control grid is not needed anymore and was removed (you can combine filtering and grouping to achieve a similar effect).

Please try these features with the latest trunk version, and do not hesitate to reopen a bug if you notice any issue.

Thanks!

Changed in openobject-server:
status: Confirmed → Invalid
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.