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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user