odoo/enterprise#78470
Created by fw-bot
Merged
at a61c0b5cecd8f6e2c21b7d8eadb6ad0ee6685302
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- 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 1s)
- label
- odoo-dev:master-17.0-sending-audio-message-dane-413368-fw
- head
- 012a2f3635c5aa6b8059d1855985542d45d4ae29
- 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.