mirror of
https://github.com/bringout/oca-ocb-mail.git
synced 2026-04-20 08:22:06 +02:00
31 lines
468 B
Markdown
31 lines
468 B
Markdown
# SMS gateway
|
|
|
|
|
|
This module gives a framework for SMS text messaging
|
|
----------------------------------------------------
|
|
|
|
The service is provided by the In App Purchase Odoo platform.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-sms
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
- base
|
|
- iap_mail
|
|
- mail
|
|
- phone_validation
|
|
|
|
## Source
|
|
|
|
- Repository: https://github.com/OCA/OCB
|
|
- Branch: 19.0
|
|
- Path: addons/sms
|
|
|
|
## License
|
|
|
|
This package preserves the original LGPL-3 license.
|