From 58de22f111950f5c99a1c8ba3ce285cc0de1e8e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Duy=20=28=C4=90=E1=BB=97=20Anh=29?= Date: Fri, 20 Dec 2024 10:29:57 +0700 Subject: [PATCH] [MIG] web_assets_warmup: Migration to 18.0 --- web_assets_warmup/README.rst | 7 +++++++ web_assets_warmup/__manifest__.py | 2 +- web_assets_warmup/data/ir_cron.xml | 2 -- web_assets_warmup/hooks.py | 8 +++++--- web_assets_warmup/models/ir_actions_report.py | 20 +++++-------------- web_assets_warmup/readme/CONTRIBUTORS.md | 1 + web_assets_warmup/readme/CREDITS.md | 1 + .../static/description/index.html | 11 ++++++++-- 8 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 web_assets_warmup/readme/CREDITS.md diff --git a/web_assets_warmup/README.rst b/web_assets_warmup/README.rst index 0db052702..b6bec9830 100644 --- a/web_assets_warmup/README.rst +++ b/web_assets_warmup/README.rst @@ -67,6 +67,13 @@ Contributors - Sébastien Alix - Michael Tietz (MT Software) +- Do Anh Duy + +Other credits +------------- + +The migration of this module from 14.0 to 18.0 was financially supported +by Camptocamp. Maintainers ----------- diff --git a/web_assets_warmup/__manifest__.py b/web_assets_warmup/__manifest__.py index 8e6aa5c7b..4d9b7ec02 100644 --- a/web_assets_warmup/__manifest__.py +++ b/web_assets_warmup/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Generate assets when Odoo starts", "summary": "Ensure that assets are generated when Odoo starts.", - "version": "14.0.1.0.0", + "version": "18.0.1.0.0", "category": "Hidden", "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/web_assets_warmup/data/ir_cron.xml b/web_assets_warmup/data/ir_cron.xml index e89dc56b3..a71d2e763 100644 --- a/web_assets_warmup/data/ir_cron.xml +++ b/web_assets_warmup/data/ir_cron.xml @@ -6,9 +6,7 @@ Generate report assets 1 months - -1 - \> - Michael Tietz (MT Software) \<\> +- Do Anh Duy \<\> diff --git a/web_assets_warmup/readme/CREDITS.md b/web_assets_warmup/readme/CREDITS.md new file mode 100644 index 000000000..573d68b7e --- /dev/null +++ b/web_assets_warmup/readme/CREDITS.md @@ -0,0 +1 @@ +The migration of this module from 14.0 to 18.0 was financially supported by Camptocamp. diff --git a/web_assets_warmup/static/description/index.html b/web_assets_warmup/static/description/index.html index 4fda9ffa8..ca2b78601 100644 --- a/web_assets_warmup/static/description/index.html +++ b/web_assets_warmup/static/description/index.html @@ -385,7 +385,8 @@ well-generated when Odoo starts, not when the report is printed.

  • Credits
  • @@ -411,10 +412,16 @@ If you spotted it first, help us to smash it by providing a detailed and welcome +
    +

    Other credits

    +

    The migration of this module from 14.0 to 18.0 was financially supported +by Camptocamp.

    +
    -

    Maintainers

    +

    Maintainers

    This module is maintained by the OCA.

    Odoo Community Association