[19.0][MIG] mail_forward: Migration to version 19.0 - #246
Merged
Conversation
…onsive is installed.
Currently, Odoo only renders the callComponent for quick actions (2 or 3 actions). However, the remaining actions, rendered as DropdownItem, do not invoke the callComponent.
This commit ensures that the rendering is consistent in both cases.
Complementary to: #131426
TODO: This code should be removed once the issue is fixed in the Odoo core.
odoo/odoo#194643
…lComponent" This reverts commit ea11305f949dd57a5e27b07ade5a39fe668af780.
This option posts a new message in the other thread, including the attachments, but does not add them as followers—only notifying the current followers of the other thread.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-17.0/social-17.0-mail_forward Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/
Currently translated at 100.0% (23 of 23 strings) Translation: social-17.0/social-17.0-mail_forward Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/it/
…ng the view ir.ui.view requires base.group_system permission to read, so sudo is used instead.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-17.0/social-17.0-mail_forward Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_forward/
Currently translated at 100.0% (23 of 23 strings) Translation: mail-18.0/mail-18.0-mail_forward Translate-URL: https://translation.odoo-community.org/projects/mail-18-0/mail-18-0-mail_forward/es/
Remove the action to forward a message, as Odoo has included this feature in the core since odoo/odoo#186875. Adapt the tests to the new flow using tours, as the feature cannot be reproduced from the backend alone. Odoo now allows forwarding internal notes as well, so the test covering this case has been removed.
This module changes the logic used when a user tries to send a message by adding a confirmation dialog before sending it. As a result, it is incompatible with the mail_forward module.
CarlosRoca13
approved these changes
Aug 12, 2026
Member
|
/ocabot migration mail_forward |
Member
Contributor
Author
Contributor
|
This PR looks fantastic, let's merge it! |
Contributor
|
Congratulations, your PR was merged at db34c58. Thanks a lot for contributing to OCA. ❤️ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


TT63994
@Tecnativa @pedrobaeza @eduezerouali-tecnativa @CarlosRoca13 could you please review this?