[19.0][MIG] hr_timesheet#5732
Conversation
|
/ocabot migration hr_timesheet |
There was a problem hiding this comment.
LGTM.
Just a technical note: in this commit, Odoo removed default_user in favor of default_user_group:
odoo/odoo@6451f5c#diff-b221f962f9047cb9f77630022f0d5689469db17e677854bc38f2653837791d75R9
In a fresh v19 database created without demo data, this new group does not have any privileges assigned.
However, in a database migrated from v18 (also without demo data), I can see that this group does have the privileges assigned.
I'm not sure whether each module should handle this individually or if it is acceptable for the base migration script to copy all groups from default_user to default_user_group, considering that Odoo only performs this assignment when demo data is installed:
TT58641
pedrobaeza
left a comment
There was a problem hiding this comment.
About the default groups for new users, I think it can be done in base module, yes.
No description provided.