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.

39 lines
1.2 KiB

7 years ago
7 years ago
7 years ago
7 years ago
  1. # coding: utf-8
  2. # Copyright (C) 2015 Sébastien BEAU <sebastien.beau@akretion.com>
  3. # © 2011 SYLEAM (<http://syleam.fr/>)
  4. # © 2013 Julius Network Solutions SARL <contact@julius.fr>
  5. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Base Sms Client",
  8. "version": "10.0.1.0.0",
  9. 'license': 'AGPL-3',
  10. "depends": ['mail',
  11. 'base_phone',
  12. 'keychain',
  13. ],
  14. 'author': 'Julius Network Solutions,SYLEAM,'
  15. 'Odoo Community Association (OCA),Akretion',
  16. 'images': [
  17. 'images/sms.jpeg',
  18. 'images/gateway.jpeg',
  19. 'images/gateway_access.jpeg',
  20. 'images/client.jpeg',
  21. 'images/send_sms.jpeg'
  22. ],
  23. "summary": "Sending SMSs very easily, individually or collectively.",
  24. "website": "http://julius.fr",
  25. "category": "Phone",
  26. "data": [
  27. "security/groups.xml",
  28. "security/ir.model.access.csv",
  29. "security/ir.rule.csv",
  30. "views/sms_gateway_view.xml",
  31. "views/server_action_view.xml",
  32. "data/sms_gateway_data.xml",
  33. "wizard/mass_sms_view.xml",
  34. "views/smstemplate_view.xml"
  35. ],
  36. "installable": False,
  37. }