mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 23:37:32 -06:00
28 lines
746 B
Python
28 lines
746 B
Python
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Knowledge Management System",
|
|
"version": "11.0.2.0.0",
|
|
"author": "OpenERP SA,"
|
|
"MONK Software, "
|
|
"Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
"category": "Knowledge",
|
|
"license": "AGPL-3",
|
|
"website": "https://github.com/OCA/knowledge",
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"data": [
|
|
"data/ir_module_category.xml",
|
|
"security/knowledge_security.xml",
|
|
"views/knowledge.xml",
|
|
"views/res_config.xml",
|
|
],
|
|
"demo": [
|
|
"demo/knowledge.xml",
|
|
],
|
|
"installable": True,
|
|
"application": True,
|
|
}
|