3
0
Fork 0

[MIG] web_refresher: Migration to 16.0

16.0
Hugo Santos 2022-10-18 10:21:08 +02:00
parent fa5a954d8c
commit 61314ebb07
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", "name": "Web Refresher",
"version": "15.0.1.0.0", "version": "16.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",
"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"]}, "assets": {"web.assets_backend": ["web_refresher/static/src/xml/pager_button.xml"]},
} }

View File

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

View File

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