openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #06240
[Bug 1101840] Re: [trunk/7.0] kanban link not working proper after Group By.
Hello,
We have backported in 7.0 a fix present in trunk.
revno: 4181 [merge]
revision-id: mat@xxxxxxxxxxx-20140425120002-g4126s9it705hwj5
Regards
** Changed in: openerp-web/7.0
Importance: Undecided => Medium
** Changed in: openerp-web/7.0
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of OpenERP
Community Backports Team, which is subscribed to OpenERP Community
Backports (Web).
https://bugs.launchpad.net/bugs/1101840
Title:
[trunk/7.0] kanban link not working proper after Group By.
Status in OpenERP Community Backports (Web):
Fix Released
Status in OpenERP Community Backports (Web) 7.0 series:
Fix Released
Status in OpenERP Web:
Fix Released
Status in OpenERP Web 7.0 series:
Fix Released
Status in OpenERP Web trunk series:
Fix Released
Bug description:
version: runbot 7.0 / trunk
to reproduce:
- Go to project
- group by parent
- clic on task link on kanban view
see video.
Server Traceback (most recent call last):
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/addons/web/session.py", line 90, in send
return openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/netsvc.py", line 289, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/service/web_services.py", line 614, in dispatch
res = fn(db, uid, *params)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/osv/osv.py", line 169, in execute_kw
return self.execute(db, uid, obj, method, *args, **kw or {})
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/osv/osv.py", line 123, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/osv/osv.py", line 179, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/addons/audittrail/audittrail.py", line 514, in execute_cr
return fct_src(cr, uid, model, method, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/osv/osv.py", line 166, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/odoo/runbot/static/openerp-dev-7-0-2004/server/openerp/osv/orm.py", line 2632, in read_group
assert groupby_def and groupby_def._classic_write, "Fields in 'groupby' must be regular database-persisted fields (no function or related fields), or function fields with store=True"
AssertionError: Fields in 'groupby' must be regular database-persisted fields (no function or related fields), or function fields with store=True
To manage notifications about this bug go to:
https://bugs.launchpad.net/ocb-web/+bug/1101840/+subscriptions