[MIG] base_maintenance_group: Migration to 19.0 - #575
Open
MarcusPDL wants to merge 27 commits into
Open
Conversation
Currently translated at 100.0% (3 of 3 strings) Translation: maintenance-12.0/maintenance-12.0-base_maintenance_group Translate-URL: https://translation.odoo-community.org/projects/maintenance-12-0/maintenance-12-0-base_maintenance_group/pt_BR/
…where user is join in
Currently translated at 100.0% (3 of 3 strings) Translation: maintenance-12.0/maintenance-12.0-base_maintenance_group Translate-URL: https://translation.odoo-community.org/projects/maintenance-12-0/maintenance-12-0-base_maintenance_group/it/
The 'users' parameter is res.users and 'base.group_system' is res.groups. Two distinct models!!! It should be base.user_admin instead.
Currently translated at 100.0% (3 of 3 strings) Translation: maintenance-16.0/maintenance-16.0-base_maintenance_group Translate-URL: https://translation.odoo-community.org/projects/maintenance-16-0/maintenance-16-0-base_maintenance_group/es/
Currently translated at 100.0% (3 of 3 strings) Translation: maintenance-18.0/maintenance-18.0-base_maintenance_group Translate-URL: https://translation.odoo-community.org/projects/maintenance-18-0/maintenance-18-0-base_maintenance_group/fr/
Currently translated at 100.0% (3 of 3 strings) Translation: maintenance-18.0/maintenance-18.0-base_maintenance_group Translate-URL: https://translation.odoo-community.org/projects/maintenance-18-0/maintenance-18-0-base_maintenance_group/sl/
Author
|
PR is ready for review. cc @marcelsavegnago @CristianoMafraJunior @kaynnan @WesleyOliveira98 |
CristianoMafraJunior
suggested changes
Jul 29, 2026
CristianoMafraJunior
left a comment
Member
There was a problem hiding this comment.
The commit message should follow the standard migration format. Please change [19.0][MIG] base_maintenance_group to [MIG] base_maintenance_group: Migration to 19.0
MarcusPDL
force-pushed
the
19.0-mig-base_maintenance_group
branch
from
July 29, 2026 14:05
ea88381 to
66bb9f7
Compare
CristianoMafraJunior
approved these changes
Jul 29, 2026
Contributor
|
This PR has the |
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.
Migration of
base_maintenance_groupfrom 18.0 to 19.0.Changes:
res.groups.privilege.res.groups.userstouser_ids.ir.ui.menu.groups_idtogroup_ids.Validation:
Maintenance: Nohides the Maintenance application.Maintenance: Userenables access to the Maintenance application.