Nimesh Contractor(Open ERP) has proposed merging
lp:~openerp-dev/openobject-server/trunk-bug-798681-nco into
lp:openobject-server.
Requested reviews:
Naresh(OpenERP) (nch-openerp)
Related bugs:
Bug #798681 in OpenERP Server: "[PS] Inconsistent behavior when creating a
new user"
https://bugs.launchpad.net/openobject-server/+bug/798681
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-798681-nco/+merge/65442
Hello sir,
I have change the label of new_password field to Set password of res.user.
Thank you.
--
https://code.launchpad.net/~openerp-dev/openobject-server/trunk-bug-798681-nco/+merge/65442
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-server/trunk-bug-798681-nco.
=== modified file 'openerp/addons/base/res/res_user.py'
--- openerp/addons/base/res/res_user.py 2011-05-23 11:19:53 +0000
+++ openerp/addons/base/res/res_user.py 2011-06-22 06:27:29 +0000
@@ -218,7 +218,7 @@
'password': fields.char('Password', size=64, invisible=True, help="Keep empty if you don't want the user to be able to connect on the system."),
'new_password': fields.function(_get_password, method=True, type='char', size=64,
fnct_inv=_set_new_password,
- string='Change password', help="Only specify a value if you want to change the user password. "
+ string='Set password', help="Only specify a value if you want to change the user password. "
"This user will have to logout and login again!"),
'email': fields.char('E-mail', size=64,
help='If an email is provided, the user will be sent a message '
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp