web/web_refresher/__manifest__.py

13 lines
377 B
Python

{
"name": "Web Refresher",
"version": "14.0.2.0.0",
"author": "Compassion Switzerland, Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/web",
"data": ["templates/assets.xml"],
"qweb": ["static/src/xml/refresher.xml"],
"depends": ["web"],
"installable": True,
"auto_install": False,
}