20 lines
491 B
Python
20 lines
491 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2017 Camptocamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
|
|
|
{'name': 'Components Events',
|
|
'version': '11.0.1.0.0',
|
|
'author': 'Camptocamp,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://www.camptocamp.com',
|
|
'license': 'AGPL-3',
|
|
'category': 'Generic Modules',
|
|
'depends': ['component',
|
|
],
|
|
'external_dependencies': {
|
|
'python': ['cachetools'],
|
|
},
|
|
'data': [],
|
|
'installable': True,
|
|
}
|