forked from Techsystech/web
17 lines
376 B
Python
17 lines
376 B
Python
# pylint: disable=C8101
|
|
|
|
{
|
|
'name': 'Web Refresher',
|
|
'version': '12.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,
|
|
}
|