mirror of
https://github.com/NaN-tic/trytond-project_template.git
synced 2023-12-14 02:02:58 +01:00
move template menus to configuration
This commit is contained in:
parent
5e1bb1e8b5
commit
96ca30556a
1 changed files with 1 additions and 1 deletions
2
work.xml
2
work.xml
|
@ -56,7 +56,7 @@
|
|||
<field name="view" ref="work_template_view_form"/>
|
||||
<field name="act_window" ref="act_work_tree"/>
|
||||
</record>
|
||||
<menuitem parent="project.menu_project" action="act_work_tree"
|
||||
<menuitem parent="project.menu_configuration" action="act_work_tree"
|
||||
id="menu_template_tree"/>
|
||||
<record model="ir.action.act_window" id="act_work_list">
|
||||
<field name="name">Templates</field>
|
||||
|
|
Loading…
Reference in a new issue