[IMP] hr_holidays:In xml,added field 'name' on model=ir.actions.act_window

bzr revid: mtr@mtr-20110121065940-d37nys61ta3b1556
This commit is contained in:
mtr 2011-01-21 12:29:40 +05:30
parent 540cb8ad5c
commit 07a63fcf71
2 changed files with 2 additions and 0 deletions

View File

@ -318,6 +318,7 @@
action="open_allocation_holidays"/>
<record model="ir.actions.act_window" id="open_company_allocation">
<field name="name">Leaves Summary</field>
<field name="res_model">hr.holidays</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>

View File

@ -3,6 +3,7 @@
<data>
<record model="ir.actions.act_window" id="action_hr_available_holidays_report">
<field name="name">Leaves Analysis</field>
<field name="res_model">hr.holidays</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>