From 6a2eff36dbc3a79cebfed1ce0addcb162ede87d4 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Fri, 10 Oct 2025 13:23:00 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + document_page_tag/README.rst | 8 +++-- .../static/description/index.html | 32 +++++++++++-------- setup/_metapackage/pyproject.toml | 3 +- 4 files changed, 28 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index f81d95d8..7d76f29b 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [document_page_partner](document_page_partner/) | 18.0.1.0.0 | | Allows to link doucment pages to a partner [document_page_project](document_page_project/) | 18.0.1.0.0 | LoisRForgeFlow | This module links document pages to projects [document_page_reference](document_page_reference/) | 18.0.2.0.0 | etobella | Include references on document pages +[document_page_tag](document_page_tag/) | 18.0.1.0.0 | | Allows you to assign tags or keywords to pages and search for them afterwards [document_url](document_url/) | 18.0.1.0.0 | | URL attachment [//]: # (end addons) diff --git a/document_page_tag/README.rst b/document_page_tag/README.rst index 31c8bee3..e3966be0 100644 --- a/document_page_tag/README.rst +++ b/document_page_tag/README.rst @@ -1,3 +1,7 @@ +.. image:: https://odoo-community.org/readme-banner-image + :target: https://odoo-community.org/get-involved?utm_source=readme + :alt: Odoo Community Association + ================= Document Page Tag ================= @@ -7,13 +11,13 @@ Document Page Tag !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:35143b301def9f32dcb02ce28ccc5f698e48246a91f8cf6189e6cbcd5b9f93d7 + !! source digest: sha256:43b4f0b76b5d14f9112925c6592ae38a2ff2248088fd38b196ac3978cc9cea41 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status :alt: Beta -.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png +.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png :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 diff --git a/document_page_tag/static/description/index.html b/document_page_tag/static/description/index.html index 9512fe2f..c2f3de4d 100644 --- a/document_page_tag/static/description/index.html +++ b/document_page_tag/static/description/index.html @@ -3,7 +3,7 @@ -Document Page Tag +README.rst -
-

Document Page Tag

+
+ + +Odoo Community Association + +
+

Document Page Tag

-

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 allows you to fill in keywords on your pages to simplify finding them afterwards.

Table of contents

@@ -388,21 +393,21 @@ finding them afterwards.

-

Installation

+

Installation

This module depends on module knowledge. So make sure to have it in your addons list.

-

Configuration

+

Configuration

No configuration required.

-

Usage

+

Usage

Fill in your keywords, and search for them by typing (part of) the keyword and choose searching for keywords.

-

Bug Tracker

+

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 @@ -410,15 +415,15 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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

-

Credits

+

Credits

-

Authors

+

Authors

  • Therp BV
-

Contributors

+

Contributors

+
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 9c7e4452..0b74c813 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-knowledge" -version = "18.0.20250906.0" +version = "18.0.20251010.0" dependencies = [ "odoo-addon-attachment_zipped_download==18.0.*", "odoo-addon-document_knowledge==18.0.*", @@ -12,6 +12,7 @@ dependencies = [ "odoo-addon-document_page_partner==18.0.*", "odoo-addon-document_page_project==18.0.*", "odoo-addon-document_page_reference==18.0.*", + "odoo-addon-document_page_tag==18.0.*", "odoo-addon-document_url==18.0.*", ] classifiers=[