diff --git a/README.md b/README.md index caa3d111..8a713254 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ addon | version | maintainers | summary [document_page_partner](document_page_partner/) | 17.0.1.0.0 | | Allows to link doucment pages to a partner [document_page_project](document_page_project/) | 17.0.1.0.0 | | This module links document pages to projects [document_page_tag](document_page_tag/) | 17.0.1.0.0 | | Allows you to assign tags or keywords to pages and search for them afterwards +[document_page_tag_print_control](document_page_tag_print_control/) | 17.0.1.0.0 | | Restricts document page printing based on assigned tags [document_url](document_url/) | 17.0.1.0.1 | | URL attachment [//]: # (end addons) diff --git a/document_page_tag_print_control/README.rst b/document_page_tag_print_control/README.rst index 64a2c0a3..f281943f 100644 --- a/document_page_tag_print_control/README.rst +++ b/document_page_tag_print_control/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 Tag Print Control =============================== @@ -7,13 +11,13 @@ Document Page Tag Print Control !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a0f09cf4d97cd2f79b48c2e81cea58e31f8e6a0f4616dcce0ff0d995a5c0da4c + !! source digest: sha256:f00108b1f1300202a4240bc6a6fca3fa4231d14023318a9c8095de0ac2fd0a88 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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_tag_print_control/static/description/index.html b/document_page_tag_print_control/static/description/index.html index 86ea8d32..596ebfe7 100644 --- a/document_page_tag_print_control/static/description/index.html +++ b/document_page_tag_print_control/static/description/index.html @@ -3,7 +3,7 @@ -Document Page Tag Print Control +README.rst -
-

Document Page Tag Print Control

+
+ + +Odoo Community Association + +
+

Document Page Tag Print Control

-

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 adds print control functionality to document pages based on tags. It allows users to control which document pages cannot be printed by configuring tags with a “Not Printable” attribute.

@@ -393,7 +398,7 @@ restrictions and can print any document page regardless of its tags.

-

Usage

+

Usage

To restrict the printing of document pages using tags:

  1. Go to Document Management > Configuration > Tags.
  2. @@ -411,7 +416,7 @@ and prevent the action. restriction. They can always print any document page.

-

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 @@ -419,15 +424,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

  • Sygel
-

Contributors

+

Contributors

  • Sygel
    • Juan Alberto Raja
    • @@ -437,7 +442,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 a0c3dd76..a3f46e4d 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-knowledge" -version = "17.0.20250301.0" +version = "17.0.20250731.0" dependencies = [ "odoo-addon-attachment_category>=17.0dev,<17.1dev", "odoo-addon-attachment_zipped_download>=17.0dev,<17.1dev", @@ -12,6 +12,7 @@ dependencies = [ "odoo-addon-document_page_partner>=17.0dev,<17.1dev", "odoo-addon-document_page_project>=17.0dev,<17.1dev", "odoo-addon-document_page_tag>=17.0dev,<17.1dev", + "odoo-addon-document_page_tag_print_control>=17.0dev,<17.1dev", "odoo-addon-document_url>=17.0dev,<17.1dev", ] classifiers=[