odoo/enterprise#66818
Created by Dato Nefaridze (dane)
Merged
at a70ce2f47bba088b4b39f1a93e8dc29937de66fa
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Overridden by @tde-banana-odoo
- ci/l10n: (runtime 1s)
- label
- odoo-dev:17.0-sending-audio-message-dane
- head
- 77c5d448790c1bffa324063e62f484fc4a9d4129
- merged
- 9 months ago by Marketing, Thibault Delavallee (tde)
odoo/odoo | odoo/enterprise | |
---|---|---|
17.0 | #174563 #173695 | #66818 |
saas-17.2 | #77885 | |
saas-17.4 | #78105 | |
18.0 | #78117 | |
saas-18.1 | #78328 | |
saas-18.2 | ||
saas-18.3 | ||
saas-18.4 | ||
19.0 | ||
master | #78470 |
[FIX] whatsapp: send audio and text separately
Whatsapp API doesn't allow to send captions with audio anymore, therefore we should modify the way we handle captions. After this commit audio will be sent first while text message will stay in a composer, it will only be sent after the audio is sent.