From ad11afc64360f1ee2be664c587746129e05a7226 Mon Sep 17 00:00:00 2001 From: Bhavesh Heliconia Date: Mon, 17 Feb 2025 17:06:42 +0530 Subject: [PATCH] [MIG] document_page_project: Migration to 18.0 --- document_page_project/README.rst | 14 +++++++++----- document_page_project/__manifest__.py | 2 +- document_page_project/readme/CONTRIBUTORS.md | 2 ++ .../static/description/index.html | 10 +++++++--- .../views/document_page_views.xml | 8 ++++---- 5 files changed, 23 insertions(+), 13 deletions(-) diff --git a/document_page_project/README.rst b/document_page_project/README.rst index 6c754dfa..3edfe07f 100644 --- a/document_page_project/README.rst +++ b/document_page_project/README.rst @@ -17,13 +17,13 @@ Document Page Project :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/17.0/document_page_project + :target: https://github.com/OCA/knowledge/tree/18.0/document_page_project :alt: OCA/knowledge .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/knowledge-17-0/knowledge-17-0-document_page_project + :target: https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_project :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/knowledge&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -66,6 +66,10 @@ Contributors - Lois Rilo +- `Heliconia Solutions Pvt. Ltd. `__ + + - Bhavesh Heliconia + Maintainers ----------- @@ -79,6 +83,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_project/__manifest__.py b/document_page_project/__manifest__.py index 975be2a2..8f3d20b2 100644 --- a/document_page_project/__manifest__.py +++ b/document_page_project/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Document Page Project", "summary": "This module links document pages to projects", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "category": "Project", "author": "ForgeFlow, Odoo Community Association (OCA)", "website": "https://github.com/OCA/knowledge", diff --git a/document_page_project/readme/CONTRIBUTORS.md b/document_page_project/readme/CONTRIBUTORS.md index 47c7301e..92ba6d66 100644 --- a/document_page_project/readme/CONTRIBUTORS.md +++ b/document_page_project/readme/CONTRIBUTORS.md @@ -1,2 +1,4 @@ - [Forgeflow](https://www.forgeflow.com): - Lois Rilo \<\> +- [Heliconia Solutions Pvt. Ltd.](https://www.heliconia.io) + - Bhavesh Heliconia diff --git a/document_page_project/static/description/index.html b/document_page_project/static/description/index.html index 0888f391..05cba527 100644 --- a/document_page_project/static/description/index.html +++ b/document_page_project/static/description/index.html @@ -369,7 +369,7 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:565cdaeb121a674ab9cdcfda222176693e3ee2410c692458fd450b58f4839f5f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module allow to link document pages to projects.

Table of contents

@@ -396,7 +396,7 @@ or to create new ones.

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

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

@@ -414,6 +414,10 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
  • Lois Rilo <lois.rilo@forgeflow.com>
  • +
  • Heliconia Solutions Pvt. Ltd.
      +
    • Bhavesh Heliconia
    • +
    +
  • @@ -425,7 +429,7 @@ If you spotted it first, help us to smash 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_page_project/views/document_page_views.xml b/document_page_project/views/document_page_views.xml index ad1be2d2..7610a84d 100644 --- a/document_page_project/views/document_page_views.xml +++ b/document_page_project/views/document_page_views.xml @@ -19,12 +19,12 @@ { 'default_type': 'content', 'default_project_id': active_id} - tree,form + list,form