Daily updates from Odoo
Saturday, September 20, 2025
1 change · saas-18.3
Resolved issues and error corrections
Fixed an issue where using the Translate action on messages from a mobile device could cause an error instead of showing the translated message. This improves reliability for users reading and responding to chatter messages on mobile.
Original PR description
Steps to reproduce: - Open any chatter with a message on mobile - Try to translate the message using the Translate mobile action => Throws traceback This happens because the component here is `MessageActionMenuMobile` instead of `Message`, and MessageActionMenuMobile does not have the `onClickToggleTranslation` method. This PR fixes the issue. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#227242 Forward-Port-Of: odoo/odoo#223567