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.

43 lines
1.2 KiB

  1. # coding: utf-8
  2. # © 2004-2009 OpenERP SA (<http://openerp.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": "SMS Client Core",
  8. "version": "8.0.1",
  9. "depends": ["base",
  10. "email_template",
  11. 'base_phone',
  12. 'server_environment',
  13. ],
  14. "author": "Julius Network Solutions,SYLEAM,OpenERP SA,Akretion,"
  15. "Odoo Community Association (OCA)",
  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": """
  24. Sending SMSs very easily, individually or collectively.
  25. """,
  26. "website": "http://julius.fr",
  27. "category": "Phone",
  28. "demo": [],
  29. "data": [
  30. "security/groups.xml",
  31. "security/ir.model.access.csv",
  32. "security/ir.rule.csv",
  33. "sms_gateway_view.xml",
  34. "serveraction_view.xml",
  35. "sms_gateway_data.xml",
  36. "wizard/mass_sms_view.xml",
  37. "smstemplate_view.xml"
  38. ],
  39. "installable": True,
  40. }