From c0b9d926ffe4cbe207281d7c5fad5cff13ccd828 Mon Sep 17 00:00:00 2001 From: trisdoan Date: Wed, 6 Mar 2024 18:00:10 +0700 Subject: [PATCH] [IMP] report_wkhtmltopdf_param: pre-commit auto fixes --- report_wkhtmltopdf_param/README.rst | 50 ++++++++++--------- report_wkhtmltopdf_param/pyproject.toml | 3 ++ .../readme/CONTRIBUTORS.md | 4 ++ .../readme/CONTRIBUTORS.rst | 4 -- .../readme/DESCRIPTION.md | 10 ++++ .../readme/DESCRIPTION.rst | 9 ---- report_wkhtmltopdf_param/readme/USAGE.md | 5 ++ report_wkhtmltopdf_param/readme/USAGE.rst | 4 -- .../static/description/index.html | 30 +++++------ 9 files changed, 64 insertions(+), 55 deletions(-) create mode 100644 report_wkhtmltopdf_param/pyproject.toml create mode 100644 report_wkhtmltopdf_param/readme/CONTRIBUTORS.md delete mode 100644 report_wkhtmltopdf_param/readme/CONTRIBUTORS.rst create mode 100644 report_wkhtmltopdf_param/readme/DESCRIPTION.md delete mode 100644 report_wkhtmltopdf_param/readme/DESCRIPTION.rst create mode 100644 report_wkhtmltopdf_param/readme/USAGE.md delete mode 100644 report_wkhtmltopdf_param/readme/USAGE.rst diff --git a/report_wkhtmltopdf_param/README.rst b/report_wkhtmltopdf_param/README.rst index c072076fc..d1923de05 100644 --- a/report_wkhtmltopdf_param/README.rst +++ b/report_wkhtmltopdf_param/README.rst @@ -17,26 +17,27 @@ Report Wkhtmltopdf Param :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/16.0/report_wkhtmltopdf_param + :target: https://github.com/OCA/reporting-engine/tree/17.0/report_wkhtmltopdf_param :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-16-0/reporting-engine-16-0-report_wkhtmltopdf_param + :target: https://translation.odoo-community.org/projects/reporting-engine-17-0/reporting-engine-17-0-report_wkhtmltopdf_param :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=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/reporting-engine&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module allows you to add new parameters for a paper format which are -then forwarded to wkhtmltopdf command as arguments. To display the arguments -that wkhtmltopdf accepts go to your command line and type 'wkhtmltopdf -H'. +This module allows you to add new parameters for a paper format which +are then forwarded to wkhtmltopdf command as arguments. To display the +arguments that wkhtmltopdf accepts go to your command line and type +'wkhtmltopdf -H'. -A commonly used parameter in Odoo is *--disable-smart-shrinking*, that will -disable the automatic resizing of the PDF when converting. This is -important when you intend to have a layout that conforms to certain alignment. -It is very common whenever you need to conform the PDF to a predefined -layoyut (e.g. checks, official forms,...). +A commonly used parameter in Odoo is *--disable-smart-shrinking*, that +will disable the automatic resizing of the PDF when converting. This is +important when you intend to have a layout that conforms to certain +alignment. It is very common whenever you need to conform the PDF to a +predefined layoyut (e.g. checks, official forms,...). **Table of contents** @@ -46,10 +47,11 @@ layoyut (e.g. checks, official forms,...). Usage ===== -#. Go to *Settings* and press 'Activate the developer mode (with assets)' -#. Go to *Settings - Technical - Reports - Paper Format* -#. Add additional parameters indicating the command argument name (remember to - add prefix -- or -) and value. +1. Go to *Settings* and press 'Activate the developer mode (with + assets)' +2. Go to *Settings - Technical - Reports - Paper Format* +3. Add additional parameters indicating the command argument name + (remember to add prefix -- or -) and value. Bug Tracker =========== @@ -57,7 +59,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. @@ -65,21 +67,21 @@ Credits ======= Authors -~~~~~~~ +------- * Avoin.Systems * Eficent Contributors -~~~~~~~~~~~~ +------------ -* Miku Laitinen -* Jordi Ballester -* Saran Lim. -* Foram Shah +- Miku Laitinen +- Jordi Ballester +- Saran Lim. +- Foram Shah Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -91,6 +93,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_wkhtmltopdf_param/pyproject.toml b/report_wkhtmltopdf_param/pyproject.toml new file mode 100644 index 000000000..4231d0ccc --- /dev/null +++ b/report_wkhtmltopdf_param/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/report_wkhtmltopdf_param/readme/CONTRIBUTORS.md b/report_wkhtmltopdf_param/readme/CONTRIBUTORS.md new file mode 100644 index 000000000..c9aaba1f0 --- /dev/null +++ b/report_wkhtmltopdf_param/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Miku Laitinen \<\> +- Jordi Ballester \<\> +- Saran Lim. \<\> +- Foram Shah \<\> diff --git a/report_wkhtmltopdf_param/readme/CONTRIBUTORS.rst b/report_wkhtmltopdf_param/readme/CONTRIBUTORS.rst deleted file mode 100644 index b8786d85e..000000000 --- a/report_wkhtmltopdf_param/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,4 +0,0 @@ -* Miku Laitinen -* Jordi Ballester -* Saran Lim. -* Foram Shah diff --git a/report_wkhtmltopdf_param/readme/DESCRIPTION.md b/report_wkhtmltopdf_param/readme/DESCRIPTION.md new file mode 100644 index 000000000..0cfbff7ad --- /dev/null +++ b/report_wkhtmltopdf_param/readme/DESCRIPTION.md @@ -0,0 +1,10 @@ +This module allows you to add new parameters for a paper format which +are then forwarded to wkhtmltopdf command as arguments. To display the +arguments that wkhtmltopdf accepts go to your command line and type +'wkhtmltopdf -H'. + +A commonly used parameter in Odoo is *--disable-smart-shrinking*, that +will disable the automatic resizing of the PDF when converting. This is +important when you intend to have a layout that conforms to certain +alignment. It is very common whenever you need to conform the PDF to a +predefined layoyut (e.g. checks, official forms,...). diff --git a/report_wkhtmltopdf_param/readme/DESCRIPTION.rst b/report_wkhtmltopdf_param/readme/DESCRIPTION.rst deleted file mode 100644 index 6fe296ada..000000000 --- a/report_wkhtmltopdf_param/readme/DESCRIPTION.rst +++ /dev/null @@ -1,9 +0,0 @@ -This module allows you to add new parameters for a paper format which are -then forwarded to wkhtmltopdf command as arguments. To display the arguments -that wkhtmltopdf accepts go to your command line and type 'wkhtmltopdf -H'. - -A commonly used parameter in Odoo is *--disable-smart-shrinking*, that will -disable the automatic resizing of the PDF when converting. This is -important when you intend to have a layout that conforms to certain alignment. -It is very common whenever you need to conform the PDF to a predefined -layoyut (e.g. checks, official forms,...). diff --git a/report_wkhtmltopdf_param/readme/USAGE.md b/report_wkhtmltopdf_param/readme/USAGE.md new file mode 100644 index 000000000..1708bcf0c --- /dev/null +++ b/report_wkhtmltopdf_param/readme/USAGE.md @@ -0,0 +1,5 @@ +1. Go to *Settings* and press 'Activate the developer mode (with + assets)' +2. Go to *Settings - Technical - Reports - Paper Format* +3. Add additional parameters indicating the command argument name + (remember to add prefix -- or -) and value. diff --git a/report_wkhtmltopdf_param/readme/USAGE.rst b/report_wkhtmltopdf_param/readme/USAGE.rst deleted file mode 100644 index b838ed442..000000000 --- a/report_wkhtmltopdf_param/readme/USAGE.rst +++ /dev/null @@ -1,4 +0,0 @@ -#. Go to *Settings* and press 'Activate the developer mode (with assets)' -#. Go to *Settings - Technical - Reports - Paper Format* -#. Add additional parameters indicating the command argument name (remember to - add prefix -- or -) and value. diff --git a/report_wkhtmltopdf_param/static/description/index.html b/report_wkhtmltopdf_param/static/description/index.html index f3ef7e36d..e536af076 100644 --- a/report_wkhtmltopdf_param/static/description/index.html +++ b/report_wkhtmltopdf_param/static/description/index.html @@ -369,15 +369,16 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:066877fed2fe3677923821d8a83bfa821c2e0a0868735301809bc5203a1a7dc3 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

-

This module allows you to add new parameters for a paper format which are -then forwarded to wkhtmltopdf command as arguments. To display the arguments -that wkhtmltopdf accepts go to your command line and type ‘wkhtmltopdf -H’.

-

A commonly used parameter in Odoo is –disable-smart-shrinking, that will -disable the automatic resizing of the PDF when converting. This is -important when you intend to have a layout that conforms to certain alignment. -It is very common whenever you need to conform the PDF to a predefined -layoyut (e.g. checks, official forms,…).

+

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

+

This module allows you to add new parameters for a paper format which +are then forwarded to wkhtmltopdf command as arguments. To display the +arguments that wkhtmltopdf accepts go to your command line and type +‘wkhtmltopdf -H’.

+

A commonly used parameter in Odoo is –disable-smart-shrinking, that +will disable the automatic resizing of the PDF when converting. This is +important when you intend to have a layout that conforms to certain +alignment. It is very common whenever you need to conform the PDF to a +predefined layoyut (e.g. checks, official forms,…).

Table of contents

    @@ -394,10 +395,11 @@ layoyut (e.g. checks, official forms,…).

    Usage

      -
    1. Go to Settings and press ‘Activate the developer mode (with assets)’
    2. +
    3. Go to Settings and press ‘Activate the developer mode (with +assets)’
    4. Go to Settings - Technical - Reports - Paper Format
    5. -
    6. Add additional parameters indicating the command argument name (remember to -add prefix – or -) and value.
    7. +
    8. Add additional parameters indicating the command argument name +(remember to add prefix – or -) and value.
    @@ -405,7 +407,7 @@ add prefix – or -) and value.

    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.

    @@ -433,7 +435,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

    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.