mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[IMP] web_refresher: Work as component of control panel
This commit is contained in:
committed by
Carlos Roca
parent
e0c4ba1166
commit
1313ba87fc
@@ -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"],
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user