[FIX] correct auth_reset_password module

bzr revid: chs@openerp.com-20120802160122-385oj8s07950squn
This commit is contained in:
Christophe Simonis 2012-08-02 18:01:22 +02:00
parent 2f9da3ba1e
commit 390170fba2
2 changed files with 3 additions and 4 deletions

View File

@ -8,11 +8,10 @@
'installable': True,
'depends': ['auth_anonymous', 'email_template'],
'data': [
'email_templates.xml',
'res_users.xml',
'auth_reset_password.xml',
],
'js': [
'static/src/js/reset_password.js',
'static/src/js/reset_password.js',
],
'css': [
'static/src/css/reset_password.css',

View File

@ -55,7 +55,7 @@ If you don't have asked for password reset, you can safely ignore this email.
<record id="action_reset" model="ir.actions.act_window">
<field name="name">Reset Password</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">reset_password.wizard</field>
<field name="res_model">auth.reset_password</field>
<field name="view_type">form</field>
<field name="view_mode">form</field>
<field name="target">new</field>