-
-
Notifications
You must be signed in to change notification settings - Fork 671
[18.0][MIG][WIP] pos_user_restriction: Migration to version 18.0 #1455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 18.0
Are you sure you want to change the base?
[18.0][MIG][WIP] pos_user_restriction: Migration to version 18.0 #1455
Conversation
Restrict some users to only access their assigned points of sale
Currently translated at 100.0% (7 of 7 strings) Translation: pos-12.0/pos-12.0-pos_user_restriction Translate-URL: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_user_restriction/es/
…aurant module is installed
Updated roadmap description
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-15.0/pos-15.0-pos_user_restriction Translate-URL: https://translation.odoo-community.org/projects/pos-15-0/pos-15-0-pos_user_restriction/
Currently translated at 100.0% (11 of 11 strings) Translation: pos-15.0/pos-15.0-pos_user_restriction Translate-URL: https://translation.odoo-community.org/projects/pos-15-0/pos-15-0-pos_user_restriction/it/
Currently translated at 100.0% (11 of 11 strings) Translation: pos-15.0/pos-15.0-pos_user_restriction Translate-URL: https://translation.odoo-community.org/projects/pos-15-0/pos-15-0-pos_user_restriction/es/
Migration notes: 1. Removed bypassing group check, since set_cashbox_pos in 16.0+ does not call has_groups method [1] 2. Removed hack in res_users.py, which should not be the case, since in res.users' write method has_group is replaced with _is_internal [2] 3. Removed several ir.model.access records for removed models: - account.bank.statement.cashbox [3] - account.cashbox.line [3] - cash.box.out [4] [1] odoo/odoo#113151 [2] odoo/odoo@dae28c4#diff-16e37db365c1ea1f2e6c79aeb60c80f68f1a5c75970e8e3f198eb18af56278dd [3] odoo/odoo@4fb0933 [4] odoo/odoo@7e23eda In this commit we remove bypassing group check
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: pos-17.0/pos-17.0-pos_user_restriction Translate-URL: https://translation.odoo-community.org/projects/pos-17-0/pos-17-0-pos_user_restriction/
Currently translated at 100.0% (12 of 12 strings) Translation: pos-17.0/pos-17.0-pos_user_restriction Translate-URL: https://translation.odoo-community.org/projects/pos-17-0/pos-17-0-pos_user_restriction/it/
20fee6c to
d4bea9b
Compare
d4bea9b to
744c93d
Compare
|
/ocabot migration pos_user_restriction |
|
Tried the
More info: |
Standard migration
@Tecnativa TT59219