From 6fff0b9c0ffd08bf0db1810a56ed6fc0694279af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Marques?= Date: Tue, 25 May 2021 07:57:28 +0100 Subject: [PATCH] [MIG] web_refresher: Migration to 14.0 --- web_refresher/README.rst | 12 +++++----- web_refresher/__manifest__.py | 6 ++--- web_refresher/static/description/index.html | 10 ++++----- web_refresher/static/src/js/refresher.js | 25 --------------------- web_refresher/templates/assets.xml | 11 --------- web_refresher/templates/pager_button.xml | 25 +++++++++++++++++++++ 6 files changed, 39 insertions(+), 50 deletions(-) delete mode 100644 web_refresher/static/src/js/refresher.js delete mode 100644 web_refresher/templates/assets.xml create mode 100644 web_refresher/templates/pager_button.xml diff --git a/web_refresher/README.rst b/web_refresher/README.rst index 14142914d..6377807ac 100644 --- a/web_refresher/README.rst +++ b/web_refresher/README.rst @@ -14,20 +14,20 @@ Web Refresher :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fweb-lightgray.png?logo=github - :target: https://github.com/OCA/web/tree/13.0/web_refresher + :target: https://github.com/OCA/web/tree/14.0/web_refresher :alt: OCA/web .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_refresher + :target: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_refresher :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/162/13.0 + :target: https://runbot.odoo-community.org/runbot/162/14.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| Adds a button next to the pager (in trees/kanban views) to refresh the displayed list. -.. image:: https://raw.githubusercontent.com/OCA/web/13.0/web_refresher/static/description/refresh.png +.. image:: https://raw.githubusercontent.com/OCA/web/14.0/web_refresher/static/description/refresh.png **Table of contents** @@ -40,7 +40,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 smashing it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -73,6 +73,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/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/__manifest__.py b/web_refresher/__manifest__.py index 1e5144bea..c78bdfa6b 100644 --- a/web_refresher/__manifest__.py +++ b/web_refresher/__manifest__.py @@ -1,10 +1,10 @@ { "name": "Web Refresher", - "version": "13.0.1.0.0", - "author": "Compassion Switzerland, " "Odoo Community Association (OCA)", + "version": "14.0.1.0.0", + "author": "Compassion Switzerland, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/web", - "data": ["templates/assets.xml"], + "qweb": ["templates/pager_button.xml"], "depends": ["web"], "installable": True, "auto_install": False, diff --git a/web_refresher/static/description/index.html b/web_refresher/static/description/index.html index 04b60705b..61325eb7e 100644 --- a/web_refresher/static/description/index.html +++ b/web_refresher/static/description/index.html @@ -3,7 +3,7 @@ - + Web Refresher