Files
web/web_refresher/__manifest__.py
Cyril Favre 1927d8b9ba readme
2020-03-12 09:02:12 +01:00

17 lines
376 B
Python

# pylint: disable=C8101
{
'name': 'Web Refresher',
'version': '11.0.1.0.0',
'author': 'Compassion Switzerland, '
'Odoo Community Association (OCA)',
'license': 'AGPL-3',
'website': 'https://github.com/OCA/web',
'data': [
'templates/assets.xml'
],
'depends': ['web'],
'installable': True,
'auto_install': False,
}