Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Purchase Management (purchase)
• Sales Management (sale_management) • Discuss (mail) • Inventory Management (stock) • Invoicing Management (account_invoicing) |
Lines of code | 769 |
Technical Name |
aspl_twilio_sms |
License | See License tab |
Website | http://www.acespritech.com |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 18.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Purchase Management (purchase)
• Sales Management (sale_management) • Discuss (mail) • Inventory Management (stock) • Invoicing Management (account_invoicing) |
Lines of code | 769 |
Technical Name |
aspl_twilio_sms |
License | See License tab |
Website | http://www.acespritech.com |
Versions | 11.0 12.0 13.0 14.0 15.0 16.0 18.0 |

No support will be available for this module after purchase.
Odoo 11: Send SMS with Twilio SMS Gateway
User can send SMS with Twilio SMS Gateway.
Note: This module is tested and working in Odoo
community edition but not tested in Enterprise version. And we are supporting Ubuntu OS and not Windows
OS.
Features
- Configure and use different Twilio SMS account.
- Create SMS groups to send SMS at one time.
- Send SMS manually.
- Schedule SMS to send using odoo scheduler.
- Send SMS from Sale Order, Purchase order and Invoice.
- Track SMS status(sent,failed,delivered,etc..) using Twilio.
Package to install
- sudo pip3 install twilio
How to use
- Configure Twilio SMS. Click 'Test Connection' button to verify connection.

- Configure group of partners to send SMS in group.

- Send SMS manually, Click on Send SMS menu, select To as group, partners, individual.



- Schedule SMS, Click on Schedule SMS menu, select To as group, partners, individual, Date and time to Send SMS.

- 'Check Scheduled SMS' scheduler will run and check all scheduler SMS and send SMS.

- Send SMS from sale order form view.


- Send SMS from purchase order form view.

- Send SMS from invoice form view.

- Queue SMS, Messages which are created from sale order will go into queue. Using one scheduler queue SMS will be send one by one.


- 'Delivery Report' menu where we can see SMS status which we have send from different area of module.

- 'SMS Delivery Status' scheduler to check SMS delivery status.

NOTE: We give 60 days support for our customers. Before trying in your live db, please ask us to provide you for test link. If any other custom modules are installed and because of that some errors occurs then we charge extra.
Contact us for support, query, customization
Acespritech Solutions Pvt. Ltd. License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedThere are no ratings yet!
Your module is not working
My client bought the module for me to install in his website running on odoo version 11.00 which I did and afterwards the website stop working. From the command I have this error 2018-08-11 11:15:50,648 1 INFO ? odoo: Odoo version 11.0-20180710 2018-08-11 11:15:50,649 1 INFO ? odoo: Using configuration file at /etc/odoo/odoo.conf 2018-08-11 11:15:50,649 1 INFO ? odoo: addons paths: ['/var/lib/odoo/addons/11.0', '/mnt/extra-addons', '/usr/lib/python3/dist-packages/odoo/addons'] 2018-08-11 11:15:50,650 1 INFO ? odoo: database: odoo@172.17.0.2:5432 2018-08-11 11:15:50,663 1 INFO ? odoo.service.server: HTTP service (werkzeug) running on 162007a7c3c4:8069 2018-08-11 11:15:50,763 1 INFO ? odoo.addons.base.ir.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf 2018-08-11 11:15:51,825 1 INFO ? werkzeug: 2.124.194.96 - - [11/Aug/2018 11:15:51] "POST /longpolling/poll HTTP/1.1" 500 - 2018-08-11 11:15:51,828 1 ERROR ? werkzeug: Error on request: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 205, in run_wsgi execute(self.server.app) File "/usr/lib/python3/dist-packages/werkzeug/serving.py", line 193, in execute application_iter = app(environ, start_response) File "/usr/lib/python3/dist-packages/odoo/service/server.py", line 250, in app return self.app(e, s) File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 166, in application return application_unproxied(environ, start_response) File "/usr/lib/python3/dist-packages/odoo/service/wsgi_server.py", line 154, in application_unproxied result = handler(environ, start_response) File "/usr/lib/python3/dist-packages/odoo/http.py", line 1317, in __call__ self.load_addons() File "/usr/lib/python3/dist-packages/odoo/http.py", line 1349, in load_addons m = __import__('odoo.addons.' + module) File "/usr/lib/python3/dist-packages/odoo/modules/module.py", line 82, in load_module exec(open(modfile, 'rb').read(), new_mod.__dict__) File "", line 12, in File "/mnt/extra-addons/aspl_twilio_sms/models/__init__.py", line 13, in from . import send_sms File "/mnt/extra-addons/aspl_twilio_sms/models/send_sms.py", line 14, in from twilio.rest import Client ImportError: No module named 'twilio' 2018-08-11 11:16:08,669 1 INFO letsrescue2019 odoo.modules.loading: loading 1 modules... 2018-08-11 11:16:08,693 1 INFO letsrescue2019 odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries 2018-08-11 11:16:08,761 1 INFO letsrescue2019 odoo.modules.loading: loading 101 modules... 2018-08-11 11:16:09,118 1 INFO letsrescue2019 odoo.addons.sms.wizard.send_sms: The `phonenumbers` Python module is not available. Phone number validation will be skipped. Try `pip3 install phonenumbers` to install it. 2018-08-11 11:16:09,612 1 INFO letsrescue2019 odoo.modules.loading: 101 modules loaded in 0.85s, 0 queries 2018-08-11 11:16:10,660 1 INFO letsrescue2019 odoo.modules.loading: Modules loaded. 2018-08-11 11:16:10,667 1 INFO letsrescue2019 odoo.addons.base.ir.ir_http: Generating routing map 2018-08-11 11:16:10,949 1 INFO ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres 2018-08-11 11:16:50,911 1 INFO letsrescue2019 odoo.addons.base.ir.ir_cron: Starting job `Mail: Email Queue Manager`. 2018-08-11 11:16:50,962 1 INFO letsrescue2019 odoo.modules.registry: At least one model cache has been invalidated, signaling through the database. 2018-08-11 11:17:00,952 1 INFO letsrescue2019 werkzeug: 2.124.194.96 - - [11/Aug/2018 11:17:00] "POST /longpolling/poll HTTP/1.1" 200 -