diff --git a/README.md b/README.md index 6ab57bc69..536c9193e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ addon | version | maintainers | summary [report_context](report_context/) | 12.0.1.0.0 | | Adding context to reports [report_csv](report_csv/) | 12.0.1.0.1 | | Base module to create csv report [report_label](report_label/) | 12.0.1.0.0 | [![ivantodorovich](https://github.com/ivantodorovich.png?size=30px)](https://github.com/ivantodorovich) | Print configurable self-adhesive labels reports +[report_pdf_zip_download](report_pdf_zip_download/) | 12.0.1.0.0 | | Report PDF ZIP Download [report_py3o](report_py3o/) | 12.0.2.1.2 | | Reporting engine based on Libreoffice (ODT -> ODT, ODT -> PDF, ODT -> DOC, ODT -> DOCX, ODS -> ODS, etc.) [report_py3o_fusion_server](report_py3o_fusion_server/) | 12.0.1.0.2 | | Let the fusion server handle format conversion. [report_qr](report_qr/) | 12.0.1.1.0 | | Web QR Manager diff --git a/report_pdf_zip_download/README.rst b/report_pdf_zip_download/README.rst new file mode 100644 index 000000000..c82b5ad54 --- /dev/null +++ b/report_pdf_zip_download/README.rst @@ -0,0 +1,83 @@ +======================= +Report PDF ZIP Download +======================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:6a81c99d1e0c0a843f065ee063da6cad04b66314240d46f2dcc1d3e4a8857561 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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 + :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html + :alt: License: AGPL-3 +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freporting--engine-lightgray.png?logo=github + :target: https://github.com/OCA/reporting-engine/tree/12.0/report_pdf_zip_download + :alt: OCA/reporting-engine +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png + :target: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_pdf_zip_download + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=12.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module generates one PDF report per record, and the reports are compiled into a ZIP file if the user prints multiple records at once. If the user prints a single record, it will follow Odoo's standard behavior and will generate just a single PDF file. + +**Table of contents** + +.. contents:: + :local: + +Configuration +============= + +To enable the ZIP file feature, please check the 'Zip Download' option under the 'Advanced Properties' tab for the specific report. + +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 +`feedback `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Quartile + +Contributors +~~~~~~~~~~~~ + +* `Quartile `__: + + * Aung Ko Ko Lin + +Maintainers +~~~~~~~~~~~ + +This module is maintained by the OCA. + +.. image:: https://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: https://odoo-community.org + +OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use. + +This module is part of the `OCA/reporting-engine `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/report_pdf_zip_download/static/description/icon.png b/report_pdf_zip_download/static/description/icon.png new file mode 100644 index 000000000..3a0328b51 Binary files /dev/null and b/report_pdf_zip_download/static/description/icon.png differ diff --git a/report_pdf_zip_download/static/description/index.html b/report_pdf_zip_download/static/description/index.html new file mode 100644 index 000000000..d90ac020b --- /dev/null +++ b/report_pdf_zip_download/static/description/index.html @@ -0,0 +1,431 @@ + + + + + +Report PDF ZIP Download + + + +
+

Report PDF ZIP Download

+ + +

Beta License: AGPL-3 OCA/reporting-engine Translate me on Weblate Try me on Runboat

+

This module generates one PDF report per record, and the reports are compiled into a ZIP file if the user prints multiple records at once. If the user prints a single record, it will follow Odoo’s standard behavior and will generate just a single PDF file.

+

Table of contents

+ +
+

Configuration

+

To enable the ZIP file feature, please check the ‘Zip Download’ option under the ‘Advanced Properties’ tab for the specific report.

+
+
+

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 +feedback.

+

Do not contact contributors directly about support or help with technical issues.

+
+
+

Credits

+
+

Authors

+
    +
  • Quartile
  • +
+
+
+

Contributors

+ +
+
+

Maintainers

+

This module is maintained by the OCA.

+ +Odoo Community Association + +

OCA, or the Odoo Community Association, is a nonprofit organization whose +mission is to support the collaborative development of Odoo features and +promote its widespread use.

+

This module is part of the OCA/reporting-engine project on GitHub.

+

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

+
+
+
+ + diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 3a4dd3ca5..2302e3642 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -12.0.20211016.0 \ No newline at end of file +12.0.20250106.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 8dd981c0c..8c768242a 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -19,6 +19,7 @@ setuptools.setup( 'odoo12-addon-report_context', 'odoo12-addon-report_csv', 'odoo12-addon-report_label', + 'odoo12-addon-report_pdf_zip_download', 'odoo12-addon-report_py3o', 'odoo12-addon-report_py3o_fusion_server', 'odoo12-addon-report_qr',