[MIG] web_refresher: Migration to 16.0

This commit is contained in:
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,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"]},
}