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
--
[6.0] access control grid cannot filter
https://bugs.launchpad.net/bugs/624421
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Server: Invalid
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 ...
^
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp