mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[CHG] module name: knowledge -> document_knowledge
In v16 Odoo has its own knowledge module
This commit is contained in:
@@ -33,14 +33,14 @@
|
||||
<menuitem
|
||||
id="menu_document_root"
|
||||
name="Knowledge"
|
||||
groups="knowledge.group_document_user"
|
||||
web_icon="knowledge,static/description/icon.png"
|
||||
groups="document_knowledge.group_document_user"
|
||||
web_icon="document_knowledge,static/description/icon.png"
|
||||
sequence="116"
|
||||
/>
|
||||
<menuitem
|
||||
id="menu_document_section"
|
||||
name="Documents"
|
||||
groups="knowledge.group_ir_attachment_user"
|
||||
groups="document_knowledge.group_ir_attachment_user"
|
||||
parent="menu_document_root"
|
||||
sequence="150"
|
||||
/>
|
||||
@@ -62,7 +62,7 @@
|
||||
<field name="view_id" ref="view_knowledge_configuration" />
|
||||
<field name="view_mode">form</field>
|
||||
<field name="target">inline</field>
|
||||
<field name="context">{'module': 'knowledge'}</field>
|
||||
<field name="context">{'module': 'document_knowledge'}</field>
|
||||
</record>
|
||||
<menuitem
|
||||
id="menu_document_configuration"
|
||||
|
||||
Reference in New Issue
Block a user