Daily updates from Odoo
Wednesday, December 11, 2024
3 changes · 18.0
Enhancements to existing features
Odoo will stop automatically adding its own signature when an external customer replies by email. This avoids duplicate or cluttered signatures because customers often already include one from their email app.
Original PR description
When an external user responds to an email sent via Odoo, Odoo may send a mail notification with the user's message and automatically add a signature on their behalf. Since most external users may have already configured an email signature in their mail client, the added signature can be redundant. To avoid this, we will no longer add a signature on behalf of external users. task-4273520 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users can now add files to the full email composer by dragging and dropping them directly onto the composer. This makes attaching files easier and also ensures uploaded attachments are preserved with the draft message when the composer is closed.
Original PR description
This PR allows users to add new attachments to an email by dragging and dropping a file onto the full mail composer. This change will make the process of attaching new files simpler for the end-user. To ensure that the dropzones will be visible on the modals, we will add the dropzone components to the overlay layer. Task-4273520
The point of sale delivery integration now supports additional food delivery aggregators: Jahez, SkipTheDishes, Rafeeq, and Ninja. This expands the delivery channels restaurants can connect to, helping reach more customers through regional and international platforms.
Original PR description
Following this commit : New food delivery aggregators have been introduced, including: - Jahez - SkipTheDishes - Rafeeq - Ninja task- 4369004