[BOT] post-merge updates

This commit is contained in:
OCA-git-bot 2025-03-28 14:13:03 +00:00
parent 4de8a81b1d
commit 811b070e0a
4 changed files with 5 additions and 3 deletions

View File

@ -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)

View File

@ -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

View File

@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/knowledge/tree/18.0/document_page_approval"><img alt="OCA/knowledge" src="https://img.shields.io/badge/github-OCA%2Fknowledge-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/knowledge-18-0/knowledge-18-0-document_page_approval"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/knowledge&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module adds a workflow to approve page modifications and show the

View File

@ -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",