From 3e1dce83a1430313593e858c5134aa1621ee1e85 Mon Sep 17 00:00:00 2001 From: mle Date: Wed, 19 Oct 2022 11:10:09 +0200 Subject: [PATCH] [MIG] knowledge: Migration to 16.0 --- document_knowledge/README.rst | 12 +++++----- document_knowledge/__manifest__.py | 2 +- document_knowledge/i18n/knowledge.pot | 2 +- document_knowledge/models/res_config.py | 13 ----------- document_knowledge/readme/CONTRIBUTORS.rst | 1 + .../static/description/index.html | 6 ++--- document_knowledge/views/res_config.xml | 22 ------------------- 7 files changed, 12 insertions(+), 46 deletions(-) diff --git a/document_knowledge/README.rst b/document_knowledge/README.rst index 91482463..de7aea8c 100644 --- a/document_knowledge/README.rst +++ b/document_knowledge/README.rst @@ -14,16 +14,16 @@ Knowledge :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/15.0/knowledge + :target: https://github.com/OCA/knowledge/tree/16.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-15-0/knowledge-15-0-knowledge + :target: https://translation.odoo-community.org/projects/knowledge-16-0/knowledge-16-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/15.0 + :target: https://runbot.odoo-community.org/runbot/118/16.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module is the base for any knowledge and document management application. @@ -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. @@ -126,6 +126,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/document_knowledge/__manifest__.py b/document_knowledge/__manifest__.py index 3cd18e7b..73856a4e 100644 --- a/document_knowledge/__manifest__.py +++ b/document_knowledge/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Knowledge", - "version": "15.0.1.0.1", + "version": "16.0.1.0.0", "author": "OpenERP SA," "MONK Software, " "Tecnativa, " diff --git a/document_knowledge/i18n/knowledge.pot b/document_knowledge/i18n/knowledge.pot index 4dae237d..e3646615 100644 --- a/document_knowledge/i18n/knowledge.pot +++ b/document_knowledge/i18n/knowledge.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 15.0\n" +"Project-Id-Version: Odoo Server 16.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: \n" "Language-Team: \n" diff --git a/document_knowledge/models/res_config.py b/document_knowledge/models/res_config.py index 9f2b7897..9e4d79a2 100644 --- a/document_knowledge/models/res_config.py +++ b/document_knowledge/models/res_config.py @@ -31,16 +31,3 @@ class KnowledgeConfigSettings(models.TransientModel): help="Add workflow on documents per category.\n" "- This installs the module document_page_approval.", ) - - module_cmis_read = fields.Boolean( - "Attach files from an external DMS into Odoo", - help="Connect Odoo with a CMIS compatible server to attach files\n" - "to an Odoo record.\n" - "- This installs the module cmis_read.", - ) - - module_cmis_write = fields.Boolean( - "Store attachments in an external DMS instead of the Odoo Filestore", - help="Connect Odoo with a CMIS compatible server to store files.\n" - "- This installs the module cmis_write.", - ) diff --git a/document_knowledge/readme/CONTRIBUTORS.rst b/document_knowledge/readme/CONTRIBUTORS.rst index c4784781..13813346 100644 --- a/document_knowledge/readme/CONTRIBUTORS.rst +++ b/document_knowledge/readme/CONTRIBUTORS.rst @@ -6,6 +6,7 @@ * Fayez Qandeel * Iván Todorovich * Jordi Ballester +* Marie Lejeune * `Tecnativa `_: * Vicent Cubells diff --git a/document_knowledge/static/description/index.html b/document_knowledge/static/description/index.html index a4a9e095..fb75efa0 100644 --- a/document_knowledge/static/description/index.html +++ b/document_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

@@ -419,7 +419,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.

@@ -469,7 +469,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.

diff --git a/document_knowledge/views/res_config.xml b/document_knowledge/views/res_config.xml index 5b364a37..817ed575 100644 --- a/document_knowledge/views/res_config.xml +++ b/document_knowledge/views/res_config.xml @@ -51,28 +51,6 @@ -

Connect with an external DMS

-
-
-
- -
-
-
-
-
-
- -
-
-
-
-