forked from Techsystech/web
[MIG] web_refresher: Migration to 16.0
parent
fa5a954d8c
commit
61314ebb07
|
@ -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
|
|
||||||
#
|
|
||||||
##############################################################################
|
|
|
@ -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"]},
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,3 +4,6 @@
|
||||||
* João Marques
|
* João Marques
|
||||||
|
|
||||||
* Thanakrit Pintana
|
* Thanakrit Pintana
|
||||||
|
* `Factorlibre <https://www.factorlibre.com>`__:
|
||||||
|
|
||||||
|
* Hugo Santos
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue