← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 816834] [NEW] bug generated by the chart of account loading

 

Public bug reported:


New web client :

create a db (in gtk) -> launch the config in the new web (by launching
wizard) -> install sales and invoicing -> generate chart of account

chart of account wizard is launching -> crash : 
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 442, in default
    return m(**kw)
  File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 385, in http_handler
    return HttpRequest().dispatch(self, f, cherrypy.request, **kw)
  File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 376, in dispatch
    r = f(controller, self, **kw)
TypeError: home() got an unexpected keyword argument 's_action'

** Affects: openerp-web
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/816834

Title:
  bug  generated by the chart of account loading

Status in OpenERP Web:
  New

Bug description:
  
  New web client :

  create a db (in gtk) -> launch the config in the new web (by launching
  wizard) -> install sales and invoicing -> generate chart of account

  chart of account wizard is launching -> crash : 
  The server encountered an unexpected condition which prevented it from fulfilling the request.
  Traceback (most recent call last):
    File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cprequest.py", line 606, in respond
      cherrypy.response.body = self.handler()
    File "/usr/local/lib/python2.6/dist-packages/CherryPy-3.1.2-py2.6.egg/cherrypy/_cpdispatch.py", line 25, in __call__
      return self.callable(*self.args, **self.kwargs)
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 442, in default
      return m(**kw)
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 385, in http_handler
      return HttpRequest().dispatch(self, f, cherrypy.request, **kw)
    File "/home/aline/openerp/web/openerp-web/openerpweb/openerpweb.py", line 376, in dispatch
      r = f(controller, self, **kw)
  TypeError: home() got an unexpected keyword argument 's_action'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/816834/+subscriptions


Follow ups

References