mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-23 04:22:04 -06:00
Fixing items' link error.
It solves this: https://github.com/OCA/knowledge/issues/179
This commit is contained in:
parent
e9ef8496d8
commit
1bff340f35
@ -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