This question has been flagged
1 Reply
4694 Views

How to Send sms through openerp to the Phone num mentioned in res_partner, i have installed sms template module, How can i test without Gateway URL, or is there any free Gateway URL for testing purpose

Avatar
Discard
Best Answer

First Install SMS Client module in openerp

Configure gateway

Select Gateway list : Setting/SMS Gateway/Gateway list

Gateway name : any name

Gateway URL: http://smslane.com/vendorsms/pushsms.aspx? Note: repalce with your sms site

Api method Property name Property value

User user Your username in the site

Password password Your password in the site

SMS message msg if any message or blank(we can add message in the customer form)

Extra info sid Sender name

Extra info fl 0

Receipt no msisdn mobile number

Note : Your site will provide gateway url & parameter, also please check that. I wrote this based on smslane.com

Please refer the below link:

https://www.odoo.com/forum/Help-1/question/how-to-send-sms-from-openerp-with-way2sms-gatewayplease-help-41830

Avatar
Discard

Remya, please don't use link-only answers. See https://www.odoo.com/forum/Help-1/faq "Answers shouldn't just provide a link a solution. Instead provide the solution description text in your answer, even if it's just a copy/paste. Links are welcome, but should complementary to answer, referring sources or additional reading."

Ok Leo. See my update answer.