From ace74b7d7fa24c95d0944bff8dca577fce6ced0d Mon Sep 17 00:00:00 2001 From: duongtq Date: Thu, 13 Jul 2023 11:38:53 +0700 Subject: [PATCH] [MIG] base_report_to_printer_mail: Migration to 16.0 --- base_report_to_printer_mail/README.rst | 29 ++++++++++++------- base_report_to_printer_mail/__manifest__.py | 2 +- .../readme/CONTRIBUTORS.rst | 1 + .../readme/CREDITS.rst | 1 + .../static/description/index.html | 22 +++++++++----- .../odoo/addons/base_report_to_printer_mail | 1 + setup/base_report_to_printer_mail/setup.py | 6 ++++ 7 files changed, 44 insertions(+), 18 deletions(-) create mode 100644 base_report_to_printer_mail/readme/CREDITS.rst create mode 120000 setup/base_report_to_printer_mail/odoo/addons/base_report_to_printer_mail create mode 100644 setup/base_report_to_printer_mail/setup.py diff --git a/base_report_to_printer_mail/README.rst b/base_report_to_printer_mail/README.rst index 387ab826275..b4470b103cf 100644 --- a/base_report_to_printer_mail/README.rst +++ b/base_report_to_printer_mail/README.rst @@ -2,10 +2,13 @@ Report to printer - Mail extension ================================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:b000c3fd3018962c703b8bdfef05126f83ee6f54f2022a8bed0ed10794426304 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Report to printer - Mail extension :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Freport--print--send-lightgray.png?logo=github - :target: https://github.com/OCA/report-print-send/tree/14.0/base_report_to_printer_mail + :target: https://github.com/OCA/report-print-send/tree/16.0/base_report_to_printer_mail :alt: OCA/report-print-send .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/report-print-send-14-0/report-print-send-14-0-base_report_to_printer_mail + :target: https://translation.odoo-community.org/projects/report-print-send-16-0/report-print-send-16-0-base_report_to_printer_mail :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/144/14.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/report-print-send&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| This module disables the print of a report on a selected printer, when the report has been triggered from a mail template. @@ -38,8 +41,8 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +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. @@ -55,6 +58,12 @@ Contributors ~~~~~~~~~~~~ * Raf Ven +* Tran Quoc Duong + +Other credits +~~~~~~~~~~~~~ + +The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp Maintainers ~~~~~~~~~~~ @@ -69,6 +78,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/report-print-send `_ project on GitHub. +This module is part of the `OCA/report-print-send `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/base_report_to_printer_mail/__manifest__.py b/base_report_to_printer_mail/__manifest__.py index 07d434d1b00..a8fe63d1a82 100644 --- a/base_report_to_printer_mail/__manifest__.py +++ b/base_report_to_printer_mail/__manifest__.py @@ -2,7 +2,7 @@ { "name": "Report to printer - Mail extension", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "category": "Generic Modules/Base", "author": "DynApps NV, Odoo Community Association (OCA)", "website": "https://github.com/OCA/report-print-send", diff --git a/base_report_to_printer_mail/readme/CONTRIBUTORS.rst b/base_report_to_printer_mail/readme/CONTRIBUTORS.rst index 79378318504..0cf0a75c45a 100644 --- a/base_report_to_printer_mail/readme/CONTRIBUTORS.rst +++ b/base_report_to_printer_mail/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Raf Ven +* Tran Quoc Duong diff --git a/base_report_to_printer_mail/readme/CREDITS.rst b/base_report_to_printer_mail/readme/CREDITS.rst new file mode 100644 index 00000000000..70bc307ad0b --- /dev/null +++ b/base_report_to_printer_mail/readme/CREDITS.rst @@ -0,0 +1 @@ +The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp diff --git a/base_report_to_printer_mail/static/description/index.html b/base_report_to_printer_mail/static/description/index.html index 122174a3125..376471b5aac 100644 --- a/base_report_to_printer_mail/static/description/index.html +++ b/base_report_to_printer_mail/static/description/index.html @@ -3,7 +3,7 @@ - + Report to printer - Mail extension