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.

64 lines
1.4 KiB

7 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. SMS client core
  4. ===============
  5. This module provides base function to send sms. It is not meant to work alone and needs a least one provider module.
  6. Installation
  7. ============
  8. To install this module, you need to:
  9. * Install a provider module after
  10. Configuration
  11. =============
  12. To configure this module, you need to:
  13. * Configure Keychain key
  14. * Configure your provider account
  15. Usage
  16. =====
  17. To use this module, you need to:
  18. * go to partner menu
  19. * select one or multiple partner
  20. * go to more and will found some wizards to send sms
  21. Bug Tracker
  22. ===========
  23. Bugs are tracked on `GitHub Issues <https://github.com/OCA/base_sms_client/issues>`_.
  24. In case of trouble, please check there if your issue has already been reported.
  25. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  26. Credits
  27. =======
  28. Contributors
  29. ------------
  30. * Valentin Chemiere <valentin.chemiere@akretion.com>
  31. * Yvan Party <yvan@julius.fr>
  32. Maintainer
  33. ----------
  34. .. image:: https://odoo-community.org/logo.png
  35. :alt: Odoo Community Association
  36. :target: https://odoo-community.org
  37. This module is maintained by the OCA.
  38. OCA, or the Odoo Community Association, is a nonprofit organization whose
  39. mission is to support the collaborative development of Odoo features and
  40. promote its widespread use.
  41. To contribute to this module, please visit http://odoo-community.org.