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