Skip to content
Snippets Groups Projects
Commit fed6bdcf authored by Richard Mathot's avatar Richard Mathot
Browse files

[MERGE][IMP] hr_timesheet: add a menu to configure Timesheet Accounts under HR/Configuration

bzr revid: rim@openerp.com-20140414124251-5u5nu75c9q8g8zi9
parents 1c4b74a7 028b0931
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,19 @@
</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>
<field name="domain">[('use_timesheets','=', True)]</field>
<field name="context">{'default_use_timesheets':1}</field>
</record>
<menuitem parent="hr.menu_hr_configuration" id="menu_timesheet_accounts" action="act_hr_timesheet_accounts_form" sequence="7" groups="base.group_hr_manager"/>
<record id="act_hr_timesheet_line_evry1_all_form" model="ir.actions.act_window">
<field name="name">Timesheet Activities</field>
<field name="type">ir.actions.act_window</field>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment