mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
Fixing items' link error.
It solves this: https://github.com/OCA/knowledge/issues/179
This commit is contained in:
parent
70f98d31a2
commit
e28349cd3b
@ -32,18 +32,20 @@
|
||||
id="menu_document_root"
|
||||
name="Knowledge"
|
||||
groups="knowledge.group_document_user"
|
||||
sequence="116"/>
|
||||
sequence="116"
|
||||
web_icon="knowledge,static/description/icon.png"/>
|
||||
|
||||
<menuitem
|
||||
id="menu_document_section"
|
||||
name="Documents"
|
||||
groups="knowledge.group_document_user"
|
||||
parent="menu_document_root"/>
|
||||
parent="menu_document_root"
|
||||
sequence="10"/>
|
||||
|
||||
<menuitem
|
||||
id="menu_document"
|
||||
name="Documents"
|
||||
action="knowledge_action_documents"
|
||||
parent="menu_document_section"/>
|
||||
|
||||
parent="menu_document_section"
|
||||
sequence="0"/>
|
||||
</odoo>
|
||||
|
Loading…
Reference in New Issue
Block a user