[IMP] util/orm: ensure working of auto-subscribe for upgrade purposes#416
Draft
shmn-odoo wants to merge 1 commit into
Draft
[IMP] util/orm: ensure working of auto-subscribe for upgrade purposes#416shmn-odoo wants to merge 1 commit into
shmn-odoo wants to merge 1 commit into
Conversation
Contributor
aj-fuentes
reviewed
Apr 20, 2026
3261537 to
b08bb56
Compare
801c265 to
56c4086
Compare
Contributor
|
upgradeci retry with always only mail |
56c4086 to
ce0ab91
Compare
ce0ab91 to
642d2e4
Compare
At the end of an upgrade, the default '#Administrators' channel is sometimes used to send upgrade-related information to admins, and a new one is created if the default one is deleted. In cases where this new channel is created, the auto-subscribe feature is used to join admins to the channel. The community counterpart of this commit adds a boolean that needs to be enabled in order to auto-subscribe users. The goal of this commit is to ensure that the auto-subscribe of users is correctly handled in such cases. community: odoo/odoo#247715 enterprise: odoo/enterprise#117048 upgrade: odoo/upgrade#9436 task-4804991
642d2e4 to
ebd6876
Compare
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.

At the end of an upgrade, the default '#Administrators' channel is sometimes
used to send upgrade-related information to admins, and a new one is created if
the default one is deleted.
In cases where this new channel is created, the auto-subscribe feature is used
to join admins to the channel. The community counterpart of this commit adds a
boolean that needs to be enabled in order to auto-subscribe users.
The goal of this commit is to ensure that the auto-subscribe of users is
correctly handled in such cases.
community: odoo/odoo#247715
enterprise: https://github.com/odoo/enterprise/pull/117048
upgrade: https://github.com/odoo/upgrade/pull/9436
task-4804991