3
0
Fork 0

[MIG] web_refresher: Migration to 16.0

17.0
Hugo Santos 2022-10-18 10:21:08 +02:00 committed by Taras Shabaranskyi
parent e822a4c680
commit 0ab3659cd4
4 changed files with 6 additions and 12 deletions

View File

@ -1,9 +0,0 @@
##############################################################################
#
# Copyright (C) 2019 Compassion CH (http://www.compassion.ch)
# Releasing children from poverty in Jesus' name
# @author: Samuel Fringeli <samuel.fringeli@me.com>
#
# The licence is in the file __manifest__.py
#
##############################################################################

View File

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

View File

@ -4,3 +4,6 @@
* João Marques
* Thanakrit Pintana
* `Factorlibre <https://www.factorlibre.com>`__:
* Hugo Santos

View File

@ -16,7 +16,7 @@
aria-label="Refresh"
title="Refresh"
tabindex="-1"
t-on-click="_changeSelection(0)"
t-on-click.stop="() => this.navigate(0)"
style="margin-right: 5px;"
/>
</span>