Hi!
I just bought 10 credits in order to test the sms capabilities of odoo11ce. Sending sms worked perfectly, but it seems like replies aren't being fetched... is this correct?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi!
I just bought 10 credits in order to test the sms capabilities of odoo11ce. Sending sms worked perfectly, but it seems like replies aren't being fetched... is this correct?
Hi Peter,
You're correct, the Odoo SMS module only supports sending SMS from Odoo to a contact. There is no support to fetch SMS replies and pull them inside of Odoo.
You can see it in the code of the module "sms" where there is only a function "_send_sms" to send texts to mobile phones. See https://github.com/odoo/odoo/blob/12.0/addons/sms/models/sms_api.py#L16-L27
Regards,
Yenthe
That is pretty ridiculously bad.
Need more function to view SMS
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Thank you very much - that's quite bad!
You're welcome! It is a bit of a missed chance for some cases yes. Who knows that Odoo will add it for V13. ;)