← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 624549] Re: [6.0] OLAP configuration wizard error

 

The Olap module has been removed from trunk for 6.0 release.
The error of finding previous ir.actions.todo if exists,will be handled on bug 535157.
Thanks.


** Changed in: openobject-server
       Status: New => Invalid

-- 
[6.0] OLAP configuration wizard error
https://bugs.launchpad.net/bugs/624549
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:
I go to reporting/BI configuration/server parameters
setup a server and port clic Configure and then Continue in the next screen.

Get the following error:

  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/addons/base/res/res_config.py", line 188, in action_next
    self._set_previous_todo(cr, uid, state='done')
  File "/usr/local/lib/python2.6/dist-packages/openerp-server_9000/addons/base/res/res_config.py", line 109, in _set_previous_todo
    raise LookupError(_("Couldn't find previous ir.actions.todo"))
LookupError: Couldn't find previous ir.actions.todo