mirror of https://github.com/OCA/web.git
18 lines
533 B
Python
18 lines
533 B
Python
{
|
|
"name": "Web Refresher",
|
|
"version": "16.0.1.0.0",
|
|
"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_backend": [
|
|
"web_refresher/static/src/scss/refresher.scss",
|
|
"web_refresher/static/src/js/refresher.js",
|
|
"web_refresher/static/src/xml/refresher.xml",
|
|
],
|
|
},
|
|
}
|