← Back to team overview

credativ team mailing list archive

[Bug 902106] Re: cannot share a meeting :need string or buffer, bool found

 

** Branch linked: lp:openobject-addons

-- 
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/902106

Title:
  cannot share a meeting :need string or buffer, bool found

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  to test, share a view. Install share

   Example, go to opportunity list, click share, enter an email address
  and share :

  
  OpenERP Server Error
  Client Traceback (most recent call last):
    File "/home/aline/source/web/trunk/addons/web/common/http.py", line 154, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 816, in call_button
      action = self.call_common(req, model, method, args, domain_id, context_id)
    File "/home/aline/source/web/trunk/addons/web/controllers/main.py", line 808, in call_common
      return getattr(req.session.model(model), method)(*args)
    File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 429, in proxy
      *args)
    File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 306, in proxy
      result = self.connector.send(self.service_name, method, *args)
    File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 276, in send
      raise fault

  
  Server Traceback (most recent call last):
    File "/home/aline/source/web/trunk/addons/web/common/openerplib/main.py", line 257, in send
      result = openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/aline/source/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/aline/source/server/trunk/openerp/service/web_services.py", line 580, in dispatch
      res = fn(db, uid, *params)
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/aline/source/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/aline/source/addons/trunk/share/wizard/share_wizard.py", line 669, in go_step_2
      self.send_emails(cr, uid, wizard_data, context=context)
    File "/home/aline/source/addons/trunk/share/wizard/share_wizard.py", line 715, in send_emails
      body += user.signature
  TypeError: coercing to Unicode: need string or buffer, bool found

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


References