odoo/upgrade-util#416
Created by Mann Alpeshbhai Shah (shmn)
Blocked
- Merge method
- Review
-
CI
- ci/runbot: Test upgrades between stable versions
- ci/upgrade_enterprise: Test upgrades for enterprise master
- Linked pull requests
- label
- odoo-dev:master-imp-discuss-auto-join-shmn
- head
- ebd6876193eac8b4835df665a86c564f225d6309
| odoo/odoo | odoo/enterprise | odoo/upgrade | odoo/upgrade-util | |
|---|---|---|---|---|
| master | #247715 missing statuses missing r+ | #117048 missing statuses missing r+ | #9436 missing r+ | #416 missing r+ |
[IMP] util/orm: ensure working of auto-subscribe for upgrade purposes
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