odoo/enterprise#78328
Created by fw-bot
Merged
at 9d6210c42f39b3f3e9d8430ac78ffbf14c41483a
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: Required security check. Can only be ignored by security team.
- ci/l10n: (runtime 0s)
- label
- odoo-dev:saas-18.1-17.0-sending-audio-message-dane-KPby-fw
- head
- 6be67a4b74890a7b09775485b1d7f66c40bd5cd4
- 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.