[IMP] project,project_gtd,project_issue,project_timesheet:- changed sequence for 'Project' menu

bzr revid: mtr@tinyerp.com-20120301054044-sfyt8lrp945b7d2p
This commit is contained in:
Meera Trambadia (OpenERP) 2012-03-01 11:10:44 +05:30
parent 549673559c
commit fa4c786c81
4 changed files with 4 additions and 4 deletions

View File

@ -540,7 +540,7 @@
<field name="act_window_id" ref="action_view_task"/>
</record>
<menuitem action="action_view_task" id="menu_action_view_task" parent="project.menu_project_management" sequence="3"/>
<menuitem action="action_view_task" id="menu_action_view_task" parent="project.menu_project_management" sequence="5"/>
<record id="action_view_task_overpassed_draft" model="ir.actions.act_window">
<field name="name">Overpassed Tasks</field>

View File

@ -140,7 +140,7 @@
<field name="view_type">form</field>
<field name="view_mode">tree,form,calendar,gantt,graph,kanban</field>
</record>
<menuitem action="open_gtd_task" id="menu_open_gtd_timebox_tree" parent="project.menu_project_management" sequence="4"/>
<menuitem action="open_gtd_task" id="menu_open_gtd_timebox_tree" parent="project.menu_project_management" sequence="10"/>
</data>

View File

@ -54,6 +54,6 @@
view_type="form"/>
<menuitem name="Issues" id="menu_project_issue_track" parent="project.menu_project_management"
action="project_issue_categ_act0" sequence="4"/>
action="project_issue_categ_act0" sequence="15"/>
</data>
</openerp>

View File

@ -132,7 +132,7 @@ the project form.</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"
<menuitem id="menu_timesheet_projects" parent="project.menu_project_management" sequence="20"
action="act_hr_timesheet_sheet_sheet_by_project"/>
</data>
</openerp>