diff --git a/README.md b/README.md index c8991fef..cbdd9a73 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [document_knowledge](document_knowledge/) | 18.0.1.0.0 | | 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.0 | | Choose groups to access document pages +[document_page_approval](document_page_approval/) | 18.0.1.0.0 | | Document Page Approval [//]: # (end addons) diff --git a/document_page_approval/README.rst b/document_page_approval/README.rst index 51f790fa..ae019c1b 100644 --- a/document_page_approval/README.rst +++ b/document_page_approval/README.rst @@ -7,7 +7,7 @@ Document Page Approval !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:4b3ef803acd19a66515436d838c979c63daecf130c34b3f628dd5d8ac8137d34 + !! source digest: sha256:f8114d5b7daf427e5617f74d80561ac7a23fe26f9dc3899910530fb43f736b42 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/document_page_approval/static/description/index.html b/document_page_approval/static/description/index.html index 68cf4ff5..9f52894c 100644 --- a/document_page_approval/static/description/index.html +++ b/document_page_approval/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:4b3ef803acd19a66515436d838c979c63daecf130c34b3f628dd5d8ac8137d34 +!! source digest: sha256:f8114d5b7daf427e5617f74d80561ac7a23fe26f9dc3899910530fb43f736b42 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module adds a workflow to approve page modifications and show the diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e07942ee..8e079e12 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-knowledge" -version = "18.0.20250324.0" +version = "18.0.20250328.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.*", ] classifiers=[ "Programming Language :: Python",