create access right in group: no attribute 'is_transient' error

Bug #985739 reported by Marcel van der Boom (HS-Development BV)
30
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Committed
Medium
OpenERP's Framework R&D
6.1
New
Medium
OpenERP Publisher's Warranty Team

Bug Description

$bzr revno
4142

This exception occurs both when using the webclient and the gtk-client.

Tags: maintenance
Revision history for this message
Marcel van der Boom (HS-Development BV) (mrb) wrote :
Download full text (3.9 KiB)

OpenERP Server Error
Client Traceback (most recent call last):
  File "/var/openobject-server/hsd-6.1/web/addons/web/common/http.py", line 180, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/var/openobject-server/hsd-6.1/web/addons/web/controllers/main.py", line 1031, in call_kw
    return self._call_kw(req, model, method, args, kwargs)
  File "/var/openobject-server/hsd-6.1/web/addons/web/controllers/main.py", line 993, in _call_kw
    return getattr(req.session.model(model), method)(*args, **kwargs)
  File "/var/openobject-server/hsd-6.1/web/addons/web/common/openerplib/main.py", line 250, in proxy
    args, kw)
  File "/var/openobject-server/hsd-6.1/web/addons/web/common/openerplib/main.py", line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/var/openobject-server/hsd-6.1/web/addons/web/common/http.py", line 611, in send
    raise fault

Server Traceback (most recent call last):
  File "/var/openobject-server/hsd-6.1/web/addons/web/common/http.py", line 592, in send
    result = openerp.netsvc.dispatch_rpc(service_name, method, args)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/netsvc.py", line 362, in dispatch_rpc
    result = ExportService.getService(service_name).dispatch(method, params)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/service/web_services.py", line 586, in dispatch
    res = fn(db, uid, *params)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/osv.py", line 167, in execute_kw
    return self.execute(db, uid, obj, method, *args, **kw or {})
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/osv.py", line 121, in wrapper
    return f(self, dbname, *args, **kwargs)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/osv.py", line 176, in execute
    res = self.execute_cr(cr, uid, obj, method, *args, **kw)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/osv.py", line 164, in execute_cr
    return getattr(object, method)(cr, uid, *args, **kw)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/orm.py", line 2276, in name_search
    return self._name_search(cr, user, name, args, operator, context, limit)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/addons/base/ir/ir_model.py", line 138, in _name_search
    super(ir_model, self).search(cr, uid, domain, limit=limit, context=context),
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/orm.py", line 2238, in search
    return self._search(cr, user, args, offset=offset, limit=limit, order=order, context=context, count=count)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/orm.py", line 4574, in _search
    query = self._where_calc(cr, user, args, context=context)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/orm.py", line 4423, in _where_calc
    e = expression.expression(cr, user, domain, self, context)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/expression.py", line 358, in __init__
    self.parse(cr, uid, distribute_not(normalize(exp)), table, context)
  File "/var/openobject-server/hsd-6.1/server-trunk/openerp/osv/expressi...

Read more...

description: updated
Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :
Changed in openobject-server:
assignee: nobody → OpenERP's Framework R&D (openerp-dev-framework)
importance: Undecided → Low
status: New → Confirmed
Revision history for this message
Matteo Boscolo (matteo-boscolo-omniasolutions) wrote :

Any work around to fix this problem ??
I'm not able to set up the permissions

Revision history for this message
Marcel van der Boom (HS-Development BV) (mrb) wrote :

Can someone explain why this has a low priority? Not being able to set permissions sounds like a big deal to me.

Changed in openobject-server:
importance: Low → Medium
Revision history for this message
Turkesh Patel (openERP) (turkesh-tinyerp) wrote :

Hello Marcel van der Boom,

i have tested your issue with latest code but i am not able to reproduce it .it has fixed with recent changes.

will you please check with latest code,if you still face any problem reopen issue with more information.

Thanks,
Turkesh Patel

Changed in openobject-server:
status: Confirmed → Fix Released
Revision history for this message
Turkesh Patel (openERP) (turkesh-tinyerp) wrote :

for more information i am attaching this video.

Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :
Revision history for this message
Jignesh Rathod(OpenERP) (jir-openerp) wrote :

Hello Turkesh ,

You should give a revision no before making a bug as fix released.
I have again checked this issue with latest revision and i found the same
bug with different way.So I have attached a video which will help full to you
more investigate on this issue.

Thank you!

Changed in openobject-server:
status: Fix Released → Confirmed
Revision history for this message
Marcel van der Boom (HS-Development BV) (mrb) wrote :

I have updated to the latest revision in trunk and took the same steps as outlined in your video. The problem is still occurring. I have attached a video of it.

Revision history for this message
Turkesh Patel (openERP) (turkesh-tinyerp) wrote :

Hello,

@ marcel and jignesh sorry for inconvenient at comment #5.

It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-985739-tpa

revision-id: <email address hidden>

revno: 4190

It will be available in trunk soon.

Changed in openobject-server:
status: Confirmed → Fix Committed
tags: added: maintenance
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.