Can't open quants graph view

Bug #1274023 reported by Jitendra Prajapati(OpenERP)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP new WMS
Fix Released
Undecided
Cedric Snauwaert (OpenERP)

Bug Description

When clicking on the graph view in quant, I get the following stack trace:
OpenERP Server Error

Traceback (most recent call last):
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/http.py", line 321, in dispatch
    response["result"] = self._call_function(**self.params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/http.py", line 194, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/service/model.py", line 112, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/http.py", line 189, in checked_call
    return self.func(*a, **kw)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/addons/web/controllers/main.py", line 1109, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/addons/web/controllers/main.py", line 1101, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/addons/stock/stock.py", line 256, in read_group
    res = super(stock_quant, self).read_group(cr, uid, domain, fields, groupby, offset=offset, limit=limit, context=context, orderby=orderby)
  File "/home/odoo/runbot/static/openerp-dev-trunk-wms-28855/server/openerp/osv/orm.py", line 2663, 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

Checked on trunk-wms revision number 9527.

thanks

Changed in openerp-trunk-wms:
assignee: nobody → Cedric Snauwaert (OpenERP) (csn-openerp)
status: New → Fix Committed
Revision history for this message
qdp (OpenERP) (qdp) wrote :

should be fixed by now (revision 9529)... but we weren't able to reproduce for an unknown reason.

Can you confirm it is fixed?

Thanks

Changed in openerp-trunk-wms:
status: Fix Committed → Fix Released
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.