From 03563ddbd7750f7f20d11f47dcdc8dbef53ce470 Mon Sep 17 00:00:00 2001 From: mreficent Date: Tue, 12 Mar 2019 12:47:05 +0100 Subject: [PATCH] [MIG] knowledge: Migration to 12.0 --- knowledge/README.rst | 16 ++++++++-------- knowledge/__manifest__.py | 4 ++-- knowledge/models/res_config.py | 1 - knowledge/readme/ROADMAP.rst | 0 knowledge/static/description/index.html | 6 +++--- 5 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 knowledge/readme/ROADMAP.rst diff --git a/knowledge/README.rst b/knowledge/README.rst index cd253b9c..292b2f2c 100644 --- a/knowledge/README.rst +++ b/knowledge/README.rst @@ -1,6 +1,6 @@ -=========================== -Knowledge Management System -=========================== +========= +Knowledge +========= .. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! @@ -14,13 +14,13 @@ Knowledge Management System :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github - :target: https://github.com/OCA/knowledge/tree/11.0/knowledge + :target: https://github.com/OCA/knowledge/tree/12.0/knowledge :alt: OCA/knowledge .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/knowledge-11-0/knowledge-11-0-knowledge + :target: https://translation.odoo-community.org/projects/knowledge-12-0/knowledge-12-0-knowledge :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/118/11.0 + :target: https://runbot.odoo-community.org/runbot/118/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -71,7 +71,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -112,6 +112,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/knowledge `_ project on GitHub. +This module is part of the `OCA/knowledge `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/knowledge/__manifest__.py b/knowledge/__manifest__.py index 41bc44a1..1bdd8201 100644 --- a/knowledge/__manifest__.py +++ b/knowledge/__manifest__.py @@ -1,8 +1,8 @@ # Copyright (C) 2004-2009 Tiny SPRL (). # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - "name": "Knowledge Management System", - "version": "11.0.3.0.0", + "name": "Knowledge", + "version": "12.0.1.0.0", "author": "OpenERP SA," "MONK Software, " "Tecnativa, " diff --git a/knowledge/models/res_config.py b/knowledge/models/res_config.py index ba6bfd4a..f9030a8e 100644 --- a/knowledge/models/res_config.py +++ b/knowledge/models/res_config.py @@ -5,7 +5,6 @@ from odoo import fields, models class KnowledgeConfigSettings(models.TransientModel): - _inherit = 'res.config.settings' module_document = fields.Boolean( diff --git a/knowledge/readme/ROADMAP.rst b/knowledge/readme/ROADMAP.rst deleted file mode 100644 index e69de29b..00000000 diff --git a/knowledge/static/description/index.html b/knowledge/static/description/index.html index 00548267..2ff2e4d8 100644 --- a/knowledge/static/description/index.html +++ b/knowledge/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runbot

+

Beta License: AGPL-3 OCA/knowledge Translate me on Weblate Try me on Runbot

This module is the base for any knowledge and document management application.

Table of contents

@@ -418,7 +418,7 @@ for which they have read permission.

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -453,7 +453,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

-

This module is part of the OCA/knowledge project on GitHub.

+

This module is part of the OCA/knowledge project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.