diff --git a/README.md b/README.md index d23f128a..d4ce8d0c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ addon | version | maintainers | summary [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_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.1.0.0 | etobella | Include references on document pages [document_url](document_url/) | 18.0.1.0.0 | | URL attachment diff --git a/document_page_project/README.rst b/document_page_project/README.rst index ff6f2c02..dfd961ea 100644 --- a/document_page_project/README.rst +++ b/document_page_project/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 Project ===================== @@ -7,13 +11,13 @@ Document Page Project !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:565cdaeb121a674ab9cdcfda222176693e3ee2410c692458fd450b58f4839f5f + !! source digest: sha256:41cac515877942e330be752cc5d81cd3f77fcd53a401f1a9bda9e03ee6943998 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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_project/static/description/index.html b/document_page_project/static/description/index.html index 4ad7b083..e5f9549b 100644 --- a/document_page_project/static/description/index.html +++ b/document_page_project/static/description/index.html @@ -3,7 +3,7 @@ -Document Page Project +README.rst -
-

Document Page Project

+
+ + +Odoo Community Association + +
+

Document Page Project

-

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 allow to link document pages to projects.

Table of contents

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

Usage

+

Usage

  • Go to to a project and click on “Wiki Pages” to see linked documents or to create new ones.
-

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 @@ -400,15 +405,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

  • ForgeFlow
-

Contributors

+

Contributors

+
diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 3c443857..6834b8b4 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-knowledge" -version = "18.0.20250708.0" +version = "18.0.20250717.0" dependencies = [ "odoo-addon-attachment_zipped_download==18.0.*", "odoo-addon-document_knowledge==18.0.*", @@ -8,6 +8,7 @@ dependencies = [ "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_page_project==18.0.*", "odoo-addon-document_page_reference==18.0.*", "odoo-addon-document_url==18.0.*", ]