[IMP] hr.config.settings: small fix in view

bzr revid: rco@openerp.com-20120418084742-ruboxpqeggpzu2sh
This commit is contained in:
Raphael Collet 2012-04-18 10:47:42 +02:00
parent 79c1e97479
commit 3930d41621
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
</record>
<record id="action_human_resources_configuration" model="ir.actions.act_window">
<field name="name">Configure Human Resources Application</field>
<field name="name">Configure Human Resources</field>
<field name="res_model">hr.config.settings</field>
<field name="view_id" ref="view_human_resources_configuration"/>
<field name="view_mode">form</field>