[FIX] project_issue: Add a menuitem for the categories of the projects

bzr revid: stephane@openerp.com-20100901094927-cuo1hu5ikrmstlxb
This commit is contained in:
Stephane Wirtel 2010-09-01 11:49:27 +02:00
parent 00465a5885
commit 4cd005c978
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
<field name="context">{'object_id':'project.issue'}</field>
</record>
<menuitem action="project_issue_categ_action" name="Categories" id="menu_project_issue_category_act" parent="menu_project_confi" />
<record id="project_issue_stage_act" model="ir.actions.act_window">
<field name="name">Issue Stages</field>
<field name="res_model">crm.case.stage</field>