From 56a0156f8bd4304a426f1d22d9f89c6d601eebe6 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Wed, 28 May 2025 10:51:23 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + document_url/README.rst | 2 +- document_url/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c6d2b7b..d9dbb233 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ addon | version | maintainers | summary [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_approval](document_page_approval/) | 18.0.1.0.0 | | Document Page Approval +[document_url](document_url/) | 18.0.1.0.0 | | URL attachment [//]: # (end addons) diff --git a/document_url/README.rst b/document_url/README.rst index a02bd2f6..7c65206d 100644 --- a/document_url/README.rst +++ b/document_url/README.rst @@ -7,7 +7,7 @@ URL attachment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f8e881059b3485a5938ae6869a8bce008e4c891fc341fc845932995301df5402 + !! source digest: sha256:8ed037012bcf490a1ebf24d0315e26fe25b0d7ae2cb864dc18ca8b4eb875b218 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/document_url/static/description/index.html b/document_url/static/description/index.html index c4ce53eb..e7f3fe6e 100644 --- a/document_url/static/description/index.html +++ b/document_url/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f8e881059b3485a5938ae6869a8bce008e4c891fc341fc845932995301df5402 +!! source digest: sha256:8ed037012bcf490a1ebf24d0315e26fe25b0d7ae2cb864dc18ca8b4eb875b218 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

Module that allows to attach an URL as a document.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 8e079e12..eebf6d44 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,12 +1,13 @@ [project] name = "odoo-addons-oca-knowledge" -version = "18.0.20250328.0" +version = "18.0.20250528.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_approval==18.0.*", + "odoo-addon-document_url==18.0.*", ] classifiers=[ "Programming Language :: Python",