[FIX] knowledge: Several things

* Copyright and various stuff
* Contributors
* External ID not found in the system: base.group_document_user
This commit is contained in:
Maxime Chambreuil
2017-01-05 12:53:38 -06:00
committed by mle
parent bfe651f322
commit a83832caa6
10 changed files with 67 additions and 33 deletions

View File

@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-
# Copyright 2016 MONK Software
# 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": "10.0.1.1.0",
"author": "MONK Software, Odoo Community Association (OCA)",
"version": "10.0.1.0.0",
"author": "OpenERP SA, MONK Software, Odoo Community Association (OCA)",
"category": "Knowledge",
"license": "AGPL-3",
"website": "https://odoo-community.org/",
@@ -16,6 +16,6 @@
"views/res_config.xml",
],
"demo": ["demo/knowledge.xml"],
'installable': True,
"installable": True,
"auto_install": False,
}