diff --git a/README.md b/README.md index 35dbc860..e2554233 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ addon | version | maintainers | summary [document_page_project](document_page_project/) | 16.0.1.0.0 | | This module links document pages to projects [document_page_reference](document_page_reference/) | 16.0.1.0.1 | etobella | Include references on document pages [document_page_tag](document_page_tag/) | 16.0.1.0.1 | | Allows you to assign tags or keywords to pages and search for them afterwards +[document_page_tag_print_control](document_page_tag_print_control/) | 16.0.1.0.0 | | Restricts document page printing based on assigned tags [document_url](document_url/) | 16.0.1.0.4 | | URL attachment [document_url_google_drive](document_url_google_drive/) | 16.0.1.0.1 | | Attach Google Drive link to Odoo document using Google Drive Picker diff --git a/document_page_tag_print_control/README.rst b/document_page_tag_print_control/README.rst index 56ea4ae2..bb7a19f0 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:c08c914a87dd77f1d5c07e7716f9f40c7341917cc62a95efe6c0035fce9a9eaf + !! source digest: sha256:a0f09cf4d97cd2f79b48c2e81cea58e31f8e6a0f4616dcce0ff0d995a5c0da4c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |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 11702390..6a8183c6 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/VERSION.txt b/setup/_metapackage/VERSION.txt index 4f6653df..7044b584 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240607.0 \ No newline at end of file +16.0.20250721.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 18d3212f..f83de7e9 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ setuptools.setup( 'odoo-addon-document_page_project>=16.0dev,<16.1dev', 'odoo-addon-document_page_reference>=16.0dev,<16.1dev', 'odoo-addon-document_page_tag>=16.0dev,<16.1dev', + 'odoo-addon-document_page_tag_print_control>=16.0dev,<16.1dev', 'odoo-addon-document_url>=16.0dev,<16.1dev', 'odoo-addon-document_url_google_drive>=16.0dev,<16.1dev', ],