[18.0][MIG] mail_activity_cancel_tracking: Migration to version 18.0 - #1804
Merged
OCA-git-bot merged 7 commits intoMar 13, 2026
Merged
Conversation
cristina-hidalgo-tecnativa
force-pushed
the
18.0-mig-mail_activity_cancel_tracking
branch
from
January 30, 2026 11:20
09845c5 to
47d6ed6
Compare
cristina-hidalgo-tecnativa
marked this pull request as draft
January 30, 2026 11:30
cristina-hidalgo-tecnativa
force-pushed
the
18.0-mig-mail_activity_cancel_tracking
branch
4 times, most recently
from
January 30, 2026 12:59
8f5bc90 to
3b3d383
Compare
cristina-hidalgo-tecnativa
marked this pull request as ready for review
January 30, 2026 13:10
cristina-hidalgo-tecnativa
force-pushed
the
18.0-mig-mail_activity_cancel_tracking
branch
2 times, most recently
from
January 30, 2026 14:54
03d7243 to
2795852
Compare
Member
|
/ocabot migration mail_activity_cancel_tracking |
pedrobaeza
approved these changes
Mar 13, 2026
Member
|
@cristina-hidalgo-tecnativa can you rebase the branch on latest 18.0? |
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: social-17.0/social-17.0-mail_activity_cancel_tracking Translate-URL: https://translation.odoo-community.org/projects/social-17-0/social-17-0-mail_activity_cancel_tracking/
…m mail_activity_unlink_log
…ctivities) Example use case: - Create a partner - Create some activity to the partner - Delete the partner - The partner has been successfully deleted TT55313
cristina-hidalgo-tecnativa
force-pushed
the
18.0-mig-mail_activity_cancel_tracking
branch
from
March 13, 2026 12:11
2795852 to
7acb4e5
Compare
christian-ramos-tecnativa
suggested changes
Mar 13, 2026
cristina-hidalgo-tecnativa
force-pushed
the
18.0-mig-mail_activity_cancel_tracking
branch
from
March 13, 2026 13:11
7acb4e5 to
cefa82f
Compare
christian-ramos-tecnativa
approved these changes
Mar 13, 2026
Member
|
/ocabot merge nobump |
Contributor
|
On my way to merge this fine PR! |
Contributor
|
This PR has the |
Contributor
|
Congratulations, your PR was merged at 5f22064. 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.
During test execution (e.g., mail_activity_cancel_tracking tests), when the test loads res.partner forms, a warning is logged about the missing res_partner_many2one widget.
This widget is provided by partner_autocomplete, which is not auto-installed in OCB (OCA/OCB#1310).
The warning causes test failures but is harmless as the standard many2one widget is used as fallback.
@Tecnativa TT60001
@pedrobaeza @christian-ramos-tecnativa