3
0
Fork 0

[MIG] web_refresher: Migration to 15.0

17.0
Thanakrit Pintana 2021-11-24 15:36:29 +07:00 committed by Taras Shabaranskyi
parent c9c3bb72a6
commit 31dc9aba03
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
: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.
@ -60,6 +60,8 @@ Contributors
* João Marques
* Thanakrit Pintana
Maintainers
~~~~~~~~~~~

View File

@ -1,11 +1,11 @@
{
"name": "Web Refresher",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Compassion Switzerland, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"qweb": ["templates/pager_button.xml"],
"depends": ["web"],
"installable": True,
"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>`__:
* João Marques
* Thanakrit Pintana