From a2e0c9b8ddf4df3d238c56281231ba01f5d03a41 Mon Sep 17 00:00:00 2001 From: Jacob Oldfield Date: Fri, 29 Oct 2021 20:55:45 +1100 Subject: [PATCH] [MIG] document_page: Migration to 15.0 --- document_page/README.rst | 10 +++++----- document_page/__manifest__.py | 8 ++++++-- document_page/demo/document_page.xml | 18 +++++++++++------- document_page/models/document_page.py | 6 ++---- document_page/models/document_page_history.py | 4 ++-- document_page/static/description/index.html | 6 +++--- document_page/tests/test_document_page.py | 6 +++--- .../tests/test_document_page_create_menu.py | 2 +- document_page/views/document_page.xml | 6 +++--- document_page/views/document_page_assets.xml | 16 ---------------- document_page/views/document_page_category.xml | 4 ++-- document_page/views/document_page_history.xml | 4 ++-- .../wizard/document_page_create_menu.py | 6 ++---- .../wizard/document_page_show_diff.py | 2 +- 14 files changed, 43 insertions(+), 55 deletions(-) delete mode 100644 document_page/views/document_page_assets.xml diff --git a/document_page/README.rst b/document_page/README.rst index cc5d3981..c22221d3 100644 --- a/document_page/README.rst +++ b/document_page/README.rst @@ -14,13 +14,13 @@ Document Page :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/14.0/document_page + :target: https://github.com/OCA/knowledge/tree/15.0/document_page :alt: OCA/knowledge .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/knowledge-14-0/knowledge-14-0-document_page + :target: https://translation.odoo-community.org/projects/knowledge-15-0/knowledge-15-0-document_page :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/14.0 + :target: https://runbot.odoo-community.org/runbot/118/15.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -57,7 +57,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. @@ -109,6 +109,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_page/__manifest__.py b/document_page/__manifest__.py index 61ef5660..079ccf86 100644 --- a/document_page/__manifest__.py +++ b/document_page/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Document Page", - "version": "14.0.1.0.0", + "version": "15.0.1.0.0", "category": "Knowledge Management", "author": "OpenERP SA, Odoo Community Association (OCA)", "images": [ @@ -26,8 +26,12 @@ "views/document_page.xml", "views/document_page_category.xml", "views/document_page_history.xml", - "views/document_page_assets.xml", "views/report_document_page.xml", ], "demo": ["demo/document_page.xml"], + "assets": { + "web.assets_backend": [ + "document_page/static/src/scss/document_page.scss", + ], + }, } diff --git a/document_page/demo/document_page.xml b/document_page/demo/document_page.xml index 764e61f5..386e99d3 100644 --- a/document_page/demo/document_page.xml +++ b/document_page/demo/document_page.xml @@ -21,7 +21,7 @@ Additional ressources - Odoo 14.0 Functional Demo + Odoo 15.0 Functional Demo 1.0 Init @@ -29,22 +29,26 @@ Additional ressources
-The news is out, Odoo's latest version 14.0 is here. It's more
+The news is out, Odoo's latest version 15.0 is here. It's more
user-friendly, even more business oriented and efficient to manage your company

-How to discover the latest version 14.0?
+How to discover the latest version 15.0?

Demo :
Online:
Download:

-We have also put together a functional demo that presents 14.0. Watch this video
-to learn directly from us what Odoo 14.0 can do for you. Share it in your
+We have also put together a functional demo that presents 15.0. Watch this video
+to learn directly from us what Odoo 15.0 can do for you. Share it in your
company, with your clients and implement it now for your business.

Watch on Youtube!



-
+
+
+
+