[IMP] project_timesheet:- added 'Timesheets by Project' menu

bzr revid: mtr@tinyerp.com-20120227110735-cqf07dj2196j0rbl
This commit is contained in:
Meera Trambadia (OpenERP) 2012-02-27 16:37:35 +05:30
parent d69e21b1bd
commit 675e5ab272
1 changed files with 14 additions and 0 deletions

View File

@ -120,5 +120,19 @@ the project form.</field>
<menuitem id="menu_invoicing_contracts" parent="menu_project_billing" sequence="4"
action="account_analytic_analysis.action_account_analytic_overdue"/>
<!-- Timesheets by project -->
<record id="act_hr_timesheet_sheet_sheet_by_project" model="ir.actions.act_window">
<field name="name">Timesheets by Project</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">hr_timesheet_sheet.sheet.account</field>
<field name="view_type">form</field>
<field name="view_id" eval="False"/>
<field name="context">{}</field>
<field name="search_view_id" ref="hr_timesheet_sheet.hr_timesheet_account_filter"/>
</record>
<menuitem id="menu_timesheet_projects" parent="project.menu_project_management" sequence="4"
action="act_hr_timesheet_sheet_sheet_by_project"/>
</data>
</openerp>