[saas4] Warehouse reporting error

Bug #1318736 reported by Elanz Centre
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
New
Undecided
Unassigned

Bug Description

I have an error when i try to open the warehouse reporting:

On runbot open a saas4 instance and go to Reporting / Dashboards/ Warehouse

I have a big stacktrace:

OpenERP Server Error
Traceback (most recent call last):
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/http.py", line 470, in dispatch
    result = self._call_function(**self.params)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/http.py", line 294, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/service/model.py", line 113, in wrapper
    return f(dbname, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/http.py", line 291, in checked_call
    return self.endpoint(*a, **kw)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/http.py", line 638, in __call__
    return self.method(*args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/http.py", line 337, in response_wrap
    response = f(*args, **kw)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/addons/web/controllers/main.py", line 1244, in call_kw
    return self._call_kw(model, method, args, kwargs)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/addons/web/controllers/main.py", line 1236, in _call_kw
    return getattr(request.registry.get(model), method)(request.cr, request.uid, *args, **kwargs)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/osv/orm.py", line 2472, in read_group
    data = map(lambda r: {k: self._read_group_prepare_data(k,v, groupby_dict, context) for k,v in r.iteritems()}, fetched_data)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/osv/orm.py", line 2472, in <lambda>
    data = map(lambda r: {k: self._read_group_prepare_data(k,v, groupby_dict, context) for k,v in r.iteritems()}, fetched_data)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/osv/orm.py", line 2472, in <dictcomp>
    data = map(lambda r: {k: self._read_group_prepare_data(k,v, groupby_dict, context) for k,v in r.iteritems()}, fetched_data)
  File "/home/odoo/runbot/static/openerp-dev-saas-4-34525/server/openerp/osv/orm.py", line 2319, in _read_group_prepare_data
    value = datetime.datetime.strptime(value, dt_format)
  File "/usr/lib/python2.7/_strptime.py", line 328, in _strptime
    data_string[found.end():])
ValueError: unconverted data remains: 00:00:00

Can you fix it please? There is any fix released for this bug?

Thanks.

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.