← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 872692] [NEW] openerp-web install the share module

 

Public bug reported:

step:
 
try to install the share module with web-client it give following taceback

OpenERP WebClient Error

Client Traceback (most recent call last):
  File "/home/kjo/rdtools/openerp-web/addons/web/common/http.py", line 154, in dispatch
    response["result"] = method(controller, self, **self.params)
  File "/home/kjo/rdtools/openerp-web/addons/web/controllers/main.py", line 722, in call_button
    action = self.call_common(req, model, method, args, domain_id, context_id)
  File "/home/kjo/rdtools/openerp-web/addons/web/controllers/main.py", line 714, in call_common
    return getattr(req.session.model(model), method)(*args)
  File "/home/kjo/rdtools/openerp-web/addons/web/common/openerplib/main.py", line 417, in proxy
    *args)
  File "/home/kjo/rdtools/openerp-web/addons/web/common/openerplib/main.py", line 294, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/home/kjo/rdtools/openerp-web/addons/web/common/openerplib/main.py", line 130, in send
    return getattr(service, method)(*args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1483, in __request
    allow_none=self.__allow_none)
  File "/usr/lib/python2.6/xmlrpclib.py", line 1132, in dumps
    data = m.dumps(params)
  File "/usr/lib/python2.6/xmlrpclib.py", line 677, in dumps
    dump(v, write)
  File "/usr/lib/python2.6/xmlrpclib.py", line 699, in __dump
    f(self, value, write)
  File "/usr/lib/python2.6/xmlrpclib.py", line 759, in dump_array
    dump(v, write)
  File "/usr/lib/python2.6/xmlrpclib.py", line 699, in __dump
    f(self, value, write)
  File "/usr/lib/python2.6/xmlrpclib.py", line 703, in dump_nil
    raise TypeError, "cannot marshal None unless allow_none is enabled"
TypeError: cannot marshal None unless allow_none is enabled

** Affects: openobject-addons
     Importance: Undecided
         Status: New

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

Title:
  openerp-web install the share module

Status in OpenERP Addons (modules):
  New

Bug description:
  step:
   
  try to install the share module with web-client it give following taceback

  OpenERP WebClient Error

  Client Traceback (most recent call last):
    File "/home/kjo/rdtools/openerp-web/addons/web/common/http.py", line 154, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/kjo/rdtools/openerp-web/addons/web/controllers/main.py", line 722, in call_button
      action = self.call_common(req, model, method, args, domain_id, context_id)
    File "/home/kjo/rdtools/openerp-web/addons/web/controllers/main.py", line 714, in call_common
      return getattr(req.session.model(model), method)(*args)
    File "/home/kjo/rdtools/openerp-web/addons/web/common/openerplib/main.py", line 417, in proxy
      *args)
    File "/home/kjo/rdtools/openerp-web/addons/web/common/openerplib/main.py", line 294, in proxy
      result = self.connector.send(self.service_name, method, *args)
    File "/home/kjo/rdtools/openerp-web/addons/web/common/openerplib/main.py", line 130, in send
      return getattr(service, method)(*args)
    File "/usr/lib/python2.6/xmlrpclib.py", line 1199, in __call__
      return self.__send(self.__name, args)
    File "/usr/lib/python2.6/xmlrpclib.py", line 1483, in __request
      allow_none=self.__allow_none)
    File "/usr/lib/python2.6/xmlrpclib.py", line 1132, in dumps
      data = m.dumps(params)
    File "/usr/lib/python2.6/xmlrpclib.py", line 677, in dumps
      dump(v, write)
    File "/usr/lib/python2.6/xmlrpclib.py", line 699, in __dump
      f(self, value, write)
    File "/usr/lib/python2.6/xmlrpclib.py", line 759, in dump_array
      dump(v, write)
    File "/usr/lib/python2.6/xmlrpclib.py", line 699, in __dump
      f(self, value, write)
    File "/usr/lib/python2.6/xmlrpclib.py", line 703, in dump_nil
      raise TypeError, "cannot marshal None unless allow_none is enabled"
  TypeError: cannot marshal None unless allow_none is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/872692/+subscriptions


Follow ups

References