← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 885093] Re: Portal: Wizard is not working

 

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

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

Title:
  Portal: Wizard is not working

Status in OpenERP Addons (modules):
  In Progress

Bug description:
  I have installed Portal module and created a portal from
  Administartion > Portals > Portals. When I tried to use the wizard on
  partner form "Add Portal Access". It gives me following error:

  Traceback (most recent call last):
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/osv.py", line 120, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/uco/workspace/branches/rdtools/addons/trunk/portal/wizard/portal_wizard.py", line 178, in action_create
      res = email_send(email_from, [email_to], subject, body)
    File "/home/uco/workspace/branches/rdtools/server/trunk/openerp/tools/misc.py", line 377, in email_send
      raise Exception("No database cursor found, please pass one explicitly")
  Exception: No database cursor found, please pass one explicitly

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


References