[MIG] web_refresher: Migration to 15.0

pull/2321/head
Thanakrit Pintana 2021-11-24 15:36:29 +07:00 committed by Hugo Santos
parent d16e8db73c
commit f7a0f58c76
4 changed files with 7 additions and 3 deletions

View File

@ -23,7 +23,7 @@ Web Refresher
:target: https://runbot.odoo-community.org/runbot/162/14.0 :target: https://runbot.odoo-community.org/runbot/162/14.0
:alt: Try me on Runbot :alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5| |badge1| |badge2| |badge3| |badge4| |badge5|
Adds a button next to the pager (in trees/kanban views) to refresh the displayed list. Adds a button next to the pager (in trees/kanban views) to refresh the displayed list.
@ -60,6 +60,8 @@ Contributors
* João Marques * João Marques
* Thanakrit Pintana
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~

View File

@ -1,11 +1,11 @@
{ {
"name": "Web Refresher", "name": "Web Refresher",
"version": "14.0.1.0.0", "version": "15.0.1.0.0",
"author": "Compassion Switzerland, Odoo Community Association (OCA)", "author": "Compassion Switzerland, Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"website": "https://github.com/OCA/web", "website": "https://github.com/OCA/web",
"qweb": ["templates/pager_button.xml"],
"depends": ["web"], "depends": ["web"],
"installable": True, "installable": True,
"auto_install": False, "auto_install": False,
"assets": {"web.assets_qweb": ["web_refresher/static/src/xml/pager_button.xml"]},
} }

View File

@ -2,3 +2,5 @@
* `Tecnativa <https://www.tecnativa.com>`__: * `Tecnativa <https://www.tecnativa.com>`__:
* João Marques * João Marques
* Thanakrit Pintana