[IMP] web_refresher: Work as component of control panel

This commit is contained in:
Alexandre D. Díaz
2022-07-15 20:29:40 +02:00
committed by Carlos Roca
parent e0c4ba1166
commit 1313ba87fc
8 changed files with 108 additions and 28 deletions

View File

@@ -1,11 +1,17 @@
{
"name": "Web Refresher",
"version": "15.0.1.0.0",
"author": "Compassion Switzerland, Odoo Community Association (OCA)",
"author": "Compassion Switzerland, Tecnativa, 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/scss/refresher.scss",
"web_refresher/static/src/js/refresher.js",
],
"web.assets_qweb": ["web_refresher/static/src/xml/pager_button.xml"],
},
}