openerp - An exception while creating new user signup. Record does not exist or has been deleted. None -
i have installed auth_signup module ensure signup functionality, when trying signup new user either public user or template user, getting exception "record not exist or has been deleted. none"
by investing on found in auth_signup/res_users.py, exception following line of code are:
try: cr.savepoint(): return self.copy(cr, uid, template_user_id, values, context=context)
i don't why cr.savepoint returning none
Comments
Post a Comment