[IMP]Improved code to set action

bzr revid: cod@tinyerp.com-20131220111022-hnf8jfwr8h0h74hw
This commit is contained in:
Chirag Dodiya (OpenERP) 2013-12-20 16:40:22 +05:30
parent 851e3d8d87
commit f794a8c7af
1 changed files with 1 additions and 9 deletions

View File

@ -125,16 +125,8 @@
</xpath>
</field>
</record>
<record id="act_hr_timesheet_accounts_form" model="ir.actions.act_window">
<field name="name">Timesheet Accounts</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">account.analytic.account</field>
<field name="view_type">form</field>
<field name="view_mode">tree,form</field>
</record>
<menuitem parent="hr.menu_hr_configuration" id="menu_timesheet_accounts" action="act_hr_timesheet_accounts_form" sequence="7"/>
<menuitem parent="hr.menu_hr_configuration" id="menu_timesheet_accounts" name="Timesheets Accounts" action="account.action_account_analytic_account_form" sequence="7"/>
<record id="act_hr_timesheet_line_evry1_all_form" model="ir.actions.act_window">
<field name="name">Timesheet Activities</field>