← Back to team overview

openerp-india team mailing list archive

[Bug 999032] [NEW] traceback when printing interview in applicant view

 

Public bug reported:

runbot -> trunk -> db _all

go to hr/recruitment/applicants, edit the first one and click on
"Interview" µ

Client Traceback (most recent call last):
  File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/common/http.py", line 260, in dispatch
    r = method(controller, self, **self.params)
  File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/controllers/main.py", line 1810, in index
    req.session._db, req.session._uid, req.session._password, report_id)
  File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
    result = self.connector.send(self.service_name, method, *args)
  File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/common/http.py", line 596, in send
    fault = xmlrpclib.Fault('warning -- ' + e.name + '\n\n' + e.value, '')
TypeError: coercing to Unicode: need string or buffer, tuple found

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

** Changed in: openobject-addons
       Status: New => Confirmed

** Project changed: openobject-addons => openerp-web

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

Title:
  traceback when printing interview in applicant view

Status in OpenERP Web:
  Confirmed

Bug description:
  runbot -> trunk -> db _all

  go to hr/recruitment/applicants, edit the first one and click on
  "Interview" µ

  Client Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/common/http.py", line 260, in dispatch
      r = method(controller, self, **self.params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/controllers/main.py", line 1810, in index
      req.session._db, req.session._uid, req.session._password, report_id)
    File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/common/openerplib/main.py", line 117, in proxy
      result = self.connector.send(self.service_name, method, *args)
    File "/home/odoo/runbot/static/openerp-dev-trunk-8780/server/openerp/addons/web/common/http.py", line 596, in send
      fault = xmlrpclib.Fault('warning -- ' + e.name + '\n\n' + e.value, '')
  TypeError: coercing to Unicode: need string or buffer, tuple found

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


Follow ups

References