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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -