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.

27 lines
810 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright (C) 2013 Julius Network Solutions SARL <contact@julius.fr>
  3. # Copyright (C) 2015 Sébastien BEAU <sebastien.beau@akretion.com>
  4. {
  5. 'name': 'OVH SMS Client',
  6. 'version': '10.0.1.0.1',
  7. 'license': 'AGPL-3',
  8. 'depends': ['mail',
  9. 'base_sms_client',
  10. 'base_suspend_security',
  11. 'keychain',
  12. ],
  13. 'author': 'Julius Network Solutions,SYLEAM,'
  14. 'Odoo Community Association (OCA),Akretion',
  15. 'images': [
  16. 'images/sms.jpeg',
  17. 'images/gateway.jpeg',
  18. 'images/gateway_access.jpeg',
  19. 'images/client.jpeg',
  20. 'images/send_sms.jpeg'
  21. ],
  22. 'website': 'http://julius.fr',
  23. 'category': 'Tools',
  24. 'data': ['data/keychain.xml'],
  25. 'installable': False,
  26. }