Another thing I just noticed, the change_password() method implemented on server-side is not correct because it takes an "ids" parameter that makes no sense. I will remove it before merging it, so be careful with that, the final method is: def change_password(self, cr, uid, old_passwd, new_passwd)
returns True if success, and raises an AccessDenied exception when it fails -- https://code.launchpad.net/~openerp-commiter/openobject-client/passwd_change/+merge/45031 Your team OpenERP sa GTK client R&D is requested to review the proposed merge of lp:~openerp-commiter/openobject-client/passwd_change into lp:openobject-client. _______________________________________________ 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

