From 2688fe220f3256daf311dd5c302ee0b4fecae6c3 Mon Sep 17 00:00:00 2001 From: achulii <96129046+achulii@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:43:19 +0100 Subject: [PATCH] [MIG] web_refresher: Migration to 18.0 --- web_refresher/README.rst | 2 +- web_refresher/__manifest__.py | 2 +- web_refresher/static/description/index.html | 8 ++++---- web_refresher/static/src/js/control_panel.esm.js | 1 - web_refresher/static/src/js/refresher.esm.js | 1 - 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/web_refresher/README.rst b/web_refresher/README.rst index 76b136735b87..772c4acd0acc 100644 --- a/web_refresher/README.rst +++ b/web_refresher/README.rst @@ -46,7 +46,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. diff --git a/web_refresher/__manifest__.py b/web_refresher/__manifest__.py index eada0403fb5f..dccde6e64684 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -1,6 +1,6 @@ { "name": "Web Refresher", - "version": "17.0.1.1.2", + "version": "18.0.1.0.0", "author": "Compassion Switzerland, Tecnativa, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/web", diff --git a/web_refresher/static/description/index.html b/web_refresher/static/description/index.html index d3f4a544152d..4f2e7179c697 100644 --- a/web_refresher/static/description/index.html +++ b/web_refresher/static/description/index.html @@ -369,10 +369,10 @@

Web Refresher

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:069c3b4875d9d2d2788d710de63401535a0e03a4259efcfd2dcf4df7731a0a83 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

Adds a button next to the pager (in trees/kanban views) to refresh the displayed list.

-

image

+

image

Table of contents

    @@ -390,7 +390,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.

@@ -429,7 +429,7 @@

Maintainers

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/web project on GitHub.

+

This module is part of the OCA/web project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

diff --git a/web_refresher/static/src/js/control_panel.esm.js b/web_refresher/static/src/js/control_panel.esm.js index b11aa7b86563..904fce8ea95a 100644 --- a/web_refresher/static/src/js/control_panel.esm.js +++ b/web_refresher/static/src/js/control_panel.esm.js @@ -1,4 +1,3 @@ -/** @odoo-module **/ /* Copyright 2022 Tecnativa - Alexandre D. Díaz * Copyright 2022 Tecnativa - Carlos Roca * Copyright 2023 Taras Shabaranskyi diff --git a/web_refresher/static/src/js/refresher.esm.js b/web_refresher/static/src/js/refresher.esm.js index 22aa586f668b..b8aadcea9538 100644 --- a/web_refresher/static/src/js/refresher.esm.js +++ b/web_refresher/static/src/js/refresher.esm.js @@ -1,4 +1,3 @@ -/** @odoo-module **/ /* Copyright 2022 Tecnativa - Alexandre D. Díaz * Copyright 2022 Tecnativa - Carlos Roca * Copyright 2023 Taras Shabaranskyi