← Back to team overview

openerp-india team mailing list archive

[Bug 1046276] Re: can't able to invite external user

 

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

-- 
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/1046276

Title:
  can't able to invite external user

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  reproduce steps :

  -Install CRM
  - Create a new meeting
  - Go to invitation details
  -Go to invite people
  -select external email
  -click invite button.
  - error raised 

  Server Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/addons/web/common/session.py", line 51, in send
      return openerp.netsvc.dispatch_rpc(service_name, method, args)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/netsvc.py", line 362, in dispatch_rpc
      result = ExportService.getService(service_name).dispatch(method, params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/service/web_services.py", line 587, in dispatch
      res = fn(db, uid, *params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/osv/osv.py", line 167, in execute_kw
      return self.execute(db, uid, obj, method, *args, **kw or {})
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/osv/osv.py", line 121, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/addons/audittrail/audittrail.py", line 495, in execute_cr
      return fct_src(cr, uid, model, method, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/osv/osv.py", line 164, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/addons/base_calendar/wizard/base_calendar_invite_attendee.py", line 146, in do_invite
      email_from = current_user.email or tools.config.get('email_from', False))
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/addons/base_calendar/base_calendar.py", line 520, in _send_mail
      context=context
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/addons/purchase_requisition/purchase_requisition.py", line 207, in schedule_with_attach
      context=context)
    File "/home/odoo/runbot/static/openerp-dev-trunk-18623/server/openerp/addons/mail/mail_message.py", line 379, in schedule_with_attach
      fname, fcontent = attachment
  ValueError: too many values to unpack

  thanks 
  shp

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


References