Skip to content

Commit

Permalink
[FIX] project_role: bad menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jul 5, 2019
1 parent a461528 commit 7a6ff62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project_role/__manifest__.py
Expand Up @@ -3,7 +3,7 @@

{
'name': 'Project Roles',
'version': '12.0.1.1.0',
'version': '12.0.1.1.1',
'category': 'Project',
'website': 'https://github.com/OCA/project',
'author':
Expand Down
2 changes: 1 addition & 1 deletion project_role/views/project_role.xml
Expand Up @@ -35,7 +35,7 @@
<field name="name">Project Roles</field>
<field name="res_model">project.role</field>
<field name="view_mode">tree,form</field>
<field name="view_type">tree</field>
<field name="view_type">form</field>
</record>

<menuitem
Expand Down

0 comments on commit 7a6ff62

Please sign in to comment.