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

  1. # Copyright (C) 2013 Julius Network Solutions SARL <contact@julius.fr>
  2. # Copyright (C) 2015 Sébastien BEAU <sebastien.beau@akretion.com>
  3. # Copyright (C) 2019 Eficent Business and IT Consulting Services, S.L.
  4. {
  5. 'name': 'ClickSend SMS Client',
  6. 'version': '11.0.1.0.1',
  7. 'license': 'AGPL-3',
  8. 'depends': ['mail',
  9. 'base_sms_client',
  10. 'keychain',
  11. ],
  12. 'author': 'Eficent,'
  13. 'Odoo Community Association (OCA)',
  14. 'website': 'https://github.com/OCA/connector-telephony',
  15. 'category': 'Tools',
  16. 'data': ['data/keychain.xml'],
  17. 'installable': True,
  18. }