[CHG] module name: knowledge -> document_knowledge

In v16 Odoo has its own knowledge module
This commit is contained in:
mle
2022-10-19 12:00:29 +02:00
parent 66914c9d13
commit 042c059a8c
11 changed files with 22 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Knowledge",
"name": "Documents Knowledge",
"version": "16.0.1.0.0",
"author": "OpenERP SA,"
"MONK Software, "
@@ -14,12 +14,12 @@
"depends": ["base"],
"data": [
"data/ir_module_category.xml",
"security/knowledge_security.xml",
"security/document_knowledge_security.xml",
"data/res_users.xml",
"views/knowledge.xml",
"views/document_knowledge.xml",
"views/res_config.xml",
],
"demo": ["demo/knowledge.xml"],
"demo": ["demo/document_knowledge.xml"],
"installable": True,
"application": True,
}