[FIX] res_user: remove invisible attribute on reset password button
authorChristophe Matthieu <chm@openerp.com>
Thu, 7 Feb 2013 11:23:16 +0000 (12:23 +0100)
committerChristophe Matthieu <chm@openerp.com>
Thu, 7 Feb 2013 11:23:16 +0000 (12:23 +0100)
bzr revid: chm@openerp.com-20130207112316-h7sqbhrnisahj5bm

openerp/addons/base/res/res_users_view.xml

index fd6d56e..24a9b3e 100644 (file)
                 <form string="Users" version="7.0">
                     <sheet>
                         <field name="id" invisible="1"/>
-                        <div attrs="{'invisible': ['|', ('active', '!=', True), ('state','not in',['active', 'reset'])]}" class="oe_right oe_button_box">
+                        <div class="oe_right oe_button_box">
                             <button string="Change Password" type="action" name="%(change_password_wizard_action)d"
                                 help="Change the user password."/>
                         </div>