From 86616a0294de0fdbab1f0116bc4ce82a476b7f5d Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Mon, 30 Jun 2025 16:31:08 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + .../README.rst | 8 ++++-- .../static/description/index.html | 28 +++++++++++-------- setup/_metapackage/pyproject.toml | 3 +- 4 files changed, 26 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d9dbb233..b44a9143 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [document_knowledge](document_knowledge/) | 18.0.1.0.1 | | Documents Knowledge [document_page](document_page/) | 18.0.1.0.1 | | Document Page [document_page_access_group](document_page_access_group/) | 18.0.1.0.1 | | Choose groups to access document pages +[document_page_access_group_user_role](document_page_access_group_user_role/) | 18.0.1.0.0 | victoralmau | Document Page Access Group User Role [document_page_approval](document_page_approval/) | 18.0.1.0.0 | | Document Page Approval [document_url](document_url/) | 18.0.1.0.0 | | URL attachment diff --git a/document_page_access_group_user_role/README.rst b/document_page_access_group_user_role/README.rst index 642d3011..e20ebe5e 100644 --- a/document_page_access_group_user_role/README.rst +++ b/document_page_access_group_user_role/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 Access Group User Role ==================================== @@ -7,13 +11,13 @@ Document Page Access Group User Role !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:bdf60e5b16d9c0c2dbecaa0d26f451b4bfed4319ed1b1f884d4797ec0ff30faf + !! source digest: sha256:94116a47bb3c0718e303c2056c7a8111748e80f677448f2fd96b059f8fca3311 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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_access_group_user_role/static/description/index.html b/document_page_access_group_user_role/static/description/index.html index 660c6ea4..763f5a27 100644 --- a/document_page_access_group_user_role/static/description/index.html +++ b/document_page_access_group_user_role/static/description/index.html @@ -3,7 +3,7 @@ -Document Page Access Group User Role +README.rst -
-

Document Page Access Group User Role

+
+ + +Odoo Community Association + +
+

Document Page Access Group User Role

-

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

Use of roles (module base_user_role) in Document Pages.

Table of contents

@@ -385,7 +390,7 @@ ul.auto-toc {
-

Usage

+

Usage

  1. Go to Settings / Users & Companies / Roles and create a new one.
  2. Go to Knowledge / Pages and create or edit one.
  3. @@ -395,7 +400,7 @@ ul.auto-toc {
-

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 @@ -403,15 +408,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

  • Tecnativa
-

Contributors

+

Contributors

  • Tecnativa:
    • Víctor Martínez
    • @@ -421,7 +426,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
+
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index eebf6d44..d5eb9780 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-knowledge" -version = "18.0.20250528.0" +version = "18.0.20250630.0" dependencies = [ "odoo-addon-attachment_zipped_download==18.0.*", "odoo-addon-document_knowledge==18.0.*", "odoo-addon-document_page==18.0.*", "odoo-addon-document_page_access_group==18.0.*", + "odoo-addon-document_page_access_group_user_role==18.0.*", "odoo-addon-document_page_approval==18.0.*", "odoo-addon-document_url==18.0.*", ]