odoo/ext/3rd-party-addons/component/__manifest__.py

20 lines
479 B
Python

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