odoo/enterprise#78105
Created by fw-bot
Merged
at 1ef36d1c4aca4ad5243f37c27a8b173f900033b9
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:saas-17.4-17.0-sending-audio-message-dane-fjdD-fw
- head
- 2ca261b31f390b0aacd2d1e7e9cb6f0d5d5403d8
- 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 |
[FW][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.