diff --git a/report_qweb_pdf_watermark/README.rst b/report_qweb_pdf_watermark/README.rst index 6fb31694dc..26d460d368 100644 --- a/report_qweb_pdf_watermark/README.rst +++ b/report_qweb_pdf_watermark/README.rst @@ -17,13 +17,13 @@ Pdf watermark :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/17.0/report_qweb_pdf_watermark + :target: https://github.com/OCA/reporting-engine/tree/18.0/report_qweb_pdf_watermark :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-17-0/reporting-engine-17-0-report_qweb_pdf_watermark + :target: https://translation.odoo-community.org/projects/reporting-engine-18-0/reporting-engine-18-0-report_qweb_pdf_watermark :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=17.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=18.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -80,7 +80,7 @@ Known issues / Roadmap This module depends on support for transparent backgrounds in Wkhtmltopdf, which has been flaky in the past. This module has been -reported to work with Wkhtmltopdf 0.12.4. +reported to work with Wkhtmltopdf 0.12.6. Changelog ========= @@ -88,33 +88,38 @@ Changelog 12.0.1.0.0 (2019-11-18) ----------------------- -- [MIG] Migration to V12. +- [MIG] Migration to V12. 13.0.1.0.0 (2021-01-27) ----------------------- -- [MIG] Migration to V13. +- [MIG] Migration to V13. 14.0.1.0.0 (2021-01-29) ----------------------- -- [MIG] Migration to V14. +- [MIG] Migration to V14. 15.0.1.0.0 (2022-01-11) ----------------------- -- [MIG] Migration to V15. -- Define pdf watermark in company settings +- [MIG] Migration to V15. +- Define pdf watermark in company settings 16.0.1.0.0 (2023-03-13) ----------------------- -- [MIG] Migration to V16. +- [MIG] Migration to V16. 17.0.1.0.0 (2024-01-12) ----------------------- -- [MIG] Migration to V17. +- [MIG] Migration to V17. + +18.0.1.0.0 (2025-01-06) +----------------------- + +- [MIG] Migration to V18. Bug Tracker =========== @@ -122,7 +127,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -137,14 +142,14 @@ Authors Contributors ------------ -- Holger Brunn -- Stefan Rijnhart -- Rod Schouteden -- Robin Goots -- Foram Shah -- Emiel van Bokhoven -- Sander Lienaerts -- Anjeel Haria +- Holger Brunn +- Stefan Rijnhart +- Rod Schouteden +- Robin Goots +- Foram Shah +- bosd +- Sander Lienaerts +- Anjeel Haria Maintainers ----------- @@ -159,6 +164,6 @@ 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. +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_qweb_pdf_watermark/__manifest__.py b/report_qweb_pdf_watermark/__manifest__.py index 4c40df09d3..b79a0ec247 100644 --- a/report_qweb_pdf_watermark/__manifest__.py +++ b/report_qweb_pdf_watermark/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Pdf watermark", - "version": "17.0.1.0.0", + "version": "18.0.1.0.0", "author": "Therp BV, " "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Technical Settings", diff --git a/report_qweb_pdf_watermark/demo/report.xml b/report_qweb_pdf_watermark/demo/report.xml index 40dac025ec..ad90636a6f 100644 --- a/report_qweb_pdf_watermark/demo/report.xml +++ b/report_qweb_pdf_watermark/demo/report.xml @@ -6,7 +6,6 @@ qweb-pdf report_qweb_pdf_watermark.demo_report_view report_qweb_pdf_watermark.demo_report_view - docs[:1].company_id.logo report diff --git a/report_qweb_pdf_watermark/readme/CONTRIBUTORS.md b/report_qweb_pdf_watermark/readme/CONTRIBUTORS.md index 86a50f5c5a..9703acc184 100644 --- a/report_qweb_pdf_watermark/readme/CONTRIBUTORS.md +++ b/report_qweb_pdf_watermark/readme/CONTRIBUTORS.md @@ -3,6 +3,6 @@ - Rod Schouteden \<\> - Robin Goots \<\> - Foram Shah \<\> -- Emiel van Bokhoven \<\> +- bosd \<\> - Sander Lienaerts \<\> - Anjeel Haria diff --git a/report_qweb_pdf_watermark/readme/HISTORY.md b/report_qweb_pdf_watermark/readme/HISTORY.md index cd00602e50..4a1ba2a1e0 100644 --- a/report_qweb_pdf_watermark/readme/HISTORY.md +++ b/report_qweb_pdf_watermark/readme/HISTORY.md @@ -22,3 +22,7 @@ ## 17.0.1.0.0 (2024-01-12) - \[MIG\] Migration to V17. + +## 18.0.1.0.0 (2025-01-06) + +- \[MIG\] Migration to V18. diff --git a/report_qweb_pdf_watermark/readme/ROADMAP.md b/report_qweb_pdf_watermark/readme/ROADMAP.md index e848ba42f2..c973b3ebe8 100644 --- a/report_qweb_pdf_watermark/readme/ROADMAP.md +++ b/report_qweb_pdf_watermark/readme/ROADMAP.md @@ -1,3 +1,3 @@ This module depends on support for transparent backgrounds in Wkhtmltopdf, which has been flaky in the past. This module has been -reported to work with Wkhtmltopdf 0.12.4. +reported to work with Wkhtmltopdf 0.12.6. diff --git a/report_qweb_pdf_watermark/static/description/index.html b/report_qweb_pdf_watermark/static/description/index.html index 40f342e541..5456fd6811 100644 --- a/report_qweb_pdf_watermark/static/description/index.html +++ b/report_qweb_pdf_watermark/static/description/index.html @@ -369,7 +369,7 @@

Pdf watermark

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:2899f6892a8958f127587a702a753350d236d01ca0aa1cbe42ccc9557cf912b4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module was written to add watermarks (backgrounds) to PDF reports. Because of the way wkhtmltopdf handles headers and footers in the current versions, it is quite impossible to have a background for the @@ -388,13 +388,14 @@

Pdf watermark

  • 15.0.1.0.0 (2022-01-11)
  • 16.0.1.0.0 (2023-03-13)
  • 17.0.1.0.0 (2024-01-12)
  • +
  • 18.0.1.0.0 (2025-01-06)
  • -
  • Bug Tracker
  • -
  • Credits @@ -437,7 +438,7 @@

    Usage

    Known issues / Roadmap

    This module depends on support for transparent backgrounds in Wkhtmltopdf, which has been flaky in the past. This module has been -reported to work with Wkhtmltopdf 0.12.4.

    +reported to work with Wkhtmltopdf 0.12.6.

    Changelog

    @@ -478,38 +479,44 @@

    17.0.1.0.0 (2024-01-12)

  • [MIG] Migration to V17.
  • +
    +

    18.0.1.0.0 (2025-01-06)

    +
      +
    • [MIG] Migration to V18.
    • +
    +
    -

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

    +feedback.

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

    -

    Credits

    +

    Credits

    -

    Authors

    +

    Authors

    • Therp BV
    -

    Contributors

    +

    Contributors

    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association @@ -517,7 +524,7 @@

    Maintainers

    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.

    +

    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.