From 20bf688bc3a08340a2acd1d788f2e4776924ba38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20D=C3=ADaz?= Date: Wed, 25 Mar 2020 14:33:58 +0100 Subject: [PATCH] [MIG] report_qweb_pdf_fixed_column: Migration to 13.0 --- report_qweb_pdf_fixed_column/README.rst | 15 +++------ report_qweb_pdf_fixed_column/__manifest__.py | 26 +++++++-------- .../readme/ROADMAP.rst | 1 - .../static/description/index.html | 33 ++++++++----------- report_qweb_pdf_fixed_column/views/assets.xml | 18 +++++----- .../odoo/addons/report_qweb_pdf_fixed_column | 1 + setup/report_qweb_pdf_fixed_column/setup.py | 6 ++++ 7 files changed, 46 insertions(+), 54 deletions(-) delete mode 100644 report_qweb_pdf_fixed_column/readme/ROADMAP.rst create mode 120000 setup/report_qweb_pdf_fixed_column/odoo/addons/report_qweb_pdf_fixed_column create mode 100644 setup/report_qweb_pdf_fixed_column/setup.py diff --git a/report_qweb_pdf_fixed_column/README.rst b/report_qweb_pdf_fixed_column/README.rst index 7da20798d..257ab0d47 100644 --- a/report_qweb_pdf_fixed_column/README.rst +++ b/report_qweb_pdf_fixed_column/README.rst @@ -14,13 +14,13 @@ Report Qweb PDF Fixed Column :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_qweb_pdf_fixed_column + :target: https://github.com/OCA/reporting-engine/tree/13.0/report_qweb_pdf_fixed_column :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_qweb_pdf_fixed_column + :target: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_qweb_pdf_fixed_column :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/143/12.0 + :target: https://runbot.odoo-community.org/runbot/143/13.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -49,18 +49,13 @@ Usage The changes are applied to all reports automatically. -Known issues / Roadmap -====================== - -* This module is not needed in Odoo 13.0+ - 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -101,6 +96,6 @@ Current `maintainer `__: |maintainer-Tardo| -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_fixed_column/__manifest__.py b/report_qweb_pdf_fixed_column/__manifest__.py index 198481330..058371f7d 100644 --- a/report_qweb_pdf_fixed_column/__manifest__.py +++ b/report_qweb_pdf_fixed_column/__manifest__.py @@ -2,21 +2,17 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { - 'name': 'Report Qweb PDF Fixed Column', - 'summary': """ + "name": "Report Qweb PDF Fixed Column", + "summary": """ Fix auto-col to not change report font size caused by a boundary overflow""", - 'version': '13.0.1.0.0', - 'license': 'AGPL-3', - 'category': 'Reporting', - 'author': 'Tecnativa, Odoo Community Association (OCA)', - 'website': 'https://github.com/OCA/reporting-engine', - 'depends': [ - 'web', - ], - 'data': [ - 'views/assets.xml', - ], - 'maintainers': ['Tardo'], - 'development_status': 'Beta', + "version": "13.0.1.0.0", + "license": "AGPL-3", + "category": "Reporting", + "author": "Tecnativa, Odoo Community Association (OCA)", + "website": "https://github.com/OCA/reporting-engine", + "depends": ["web"], + "data": ["views/assets.xml"], + "maintainers": ["Tardo"], + "development_status": "Beta", } diff --git a/report_qweb_pdf_fixed_column/readme/ROADMAP.rst b/report_qweb_pdf_fixed_column/readme/ROADMAP.rst deleted file mode 100644 index 651881c17..000000000 --- a/report_qweb_pdf_fixed_column/readme/ROADMAP.rst +++ /dev/null @@ -1 +0,0 @@ -* This module is not needed in Odoo 13.0+ diff --git a/report_qweb_pdf_fixed_column/static/description/index.html b/report_qweb_pdf_fixed_column/static/description/index.html index 0ac176def..719724241 100644 --- a/report_qweb_pdf_fixed_column/static/description/index.html +++ b/report_qweb_pdf_fixed_column/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

In the generated reports, the fields relative to the order details are not correctly displayed: they are both “cut” from the view, or the general font size is scaled down to make all the element fit which is not the @@ -383,12 +383,11 @@ older Odoo versions.

-
-

Known issues / Roadmap

-
    -
  • This module is not needed in Odoo 13.0+
  • -
-
-

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 smashing 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

  • Tecnativa
-

Contributors

+

Contributors

  • agr-odoo
  • Tecnativa:
      @@ -430,7 +423,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

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

Current maintainer:

Tardo

-

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_fixed_column/views/assets.xml b/report_qweb_pdf_fixed_column/views/assets.xml index b6b38358b..262e94fc2 100644 --- a/report_qweb_pdf_fixed_column/views/assets.xml +++ b/report_qweb_pdf_fixed_column/views/assets.xml @@ -1,15 +1,17 @@ - + - - -