-
-
Notifications
You must be signed in to change notification settings - Fork 618
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] pos_user_restriction: migrate to 17.0
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
- Loading branch information
Showing
3 changed files
with
3 additions
and
19 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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