openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #00942
[Bug 885093] Re: Portal: Wizard is not working
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/885093
Title:
Portal: Wizard is not working
Status in OpenERP Addons (modules):
Fix Released
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