From 6144c45a7a3e8a674732d91c548ade38137dd74d 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 | 17 +++++------------ web_assets_warmup/readme/CONTRIBUTORS.md | 1 + web_assets_warmup/readme/CREDITS.md | 1 + web_assets_warmup/static/description/index.html | 11 +++++++++-- 8 files changed, 29 insertions(+), 20 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 0db052702fc7..b6bec98308f2 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 8e6aa5c7b840..4d9b7ec024cf 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 e89dc56b3bbc..a71d2e76361b 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 000000000000..573d68b7e861 --- /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 4fda9ffa860b..ca2b78601017 100644 --- a/web_assets_warmup/static/description/index.html +++ b/web_assets_warmup/static/description/index.html @@ -385,7 +385,8 @@

Generate assets when Odoo starts

  • Credits
  • @@ -411,10 +412,16 @@

    Contributors

    +
    +

    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