You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
631 B
19 lines
631 B
# Copyright (C) 2013 Julius Network Solutions SARL <contact@julius.fr>
|
|
# Copyright (C) 2015 Sébastien BEAU <sebastien.beau@akretion.com>
|
|
# Copyright (C) 2019 Eficent Business and IT Consulting Services, S.L.
|
|
|
|
{
|
|
'name': 'ClickSend SMS Client',
|
|
'version': '11.0.1.0.1',
|
|
'license': 'AGPL-3',
|
|
'depends': ['mail',
|
|
'base_sms_client',
|
|
'keychain',
|
|
],
|
|
'author': 'Eficent,'
|
|
'Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/connector-telephony',
|
|
'category': 'Tools',
|
|
'data': ['data/keychain.xml'],
|
|
'installable': True,
|
|
}
|