Skip to content

Commit

Permalink
[FIX] project_task_subtask: выводим меню Checklist на пункт выше
Browse files Browse the repository at this point in the history
Причина в том, что родительское меню само стало вызывать какое-то действие
odoo/odoo@7563b44
  • Loading branch information
em230418 committed Sep 24, 2024
1 parent 67acc67 commit 59e2e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project_task_subtask/views/project_task_subtask.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
</record>
<menuitem
name="Checklist"
parent="project.menu_project_management"
parent="project.menu_main_pm"
id="menu_action_view_subtask"
action="action_view_subtask"
/>
Expand Down

0 comments on commit 59e2e6d

Please sign in to comment.