[IMP]Base_setup : Rename Give access to others users to Create New Users Login

bzr revid: aag@tinyerp.co.in-20110503120243-1rt5sfeza34v7z7h
This commit is contained in:
aag (OpenERP) 2011-05-03 17:32:43 +05:30
parent f997cb6698
commit c67ce7f121
1 changed files with 2 additions and 2 deletions

View File

@ -218,10 +218,10 @@
<field name="state">skip</field>
</record>
<!-- Config Wiz Give access to others users -->
<!-- Config Wiz Create New User's Login -->
<record id="action_config_access_other_user" model="ir.actions.act_window">
<field name="name">Give access to others users</field>
<field name="name">Create New User's Login</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">res.users</field>
<field name="view_type">form</field>