Wednesday, July 3, 2024
2 changes · master
Features or functions removed from Odoo
Legacy spreadsheet test helper files were removed after all related tests moved to the newer test framework. This is an internal cleanup that reduces maintenance overhead and does not change how users work with spreadsheets.
Original PR description
Now that all the tests have been migrated to the new test framework, we can remove the legacy test helpers. Task: [4028278](https://www.odoo.com/web#id=4028278&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
An unused access rule in the Sign app was removed because it no longer granted permissions or affected behavior. This cleanup reduces outdated configuration without changing the signing experience for users.
Original PR description
The 'access_sign_request_item_all' group has been removed as it is no longer utilized. Additionally, a new group 'ir_rule_sign_request_item_group_sign_user_signer' has been added. **Note:** The ID `access_sign_request_item_all` has been removed from version saas-15.4 as it is no longer in use. In the XML file, `access_sign_request_item_all` always returns false. Additionally, in the previous version, this ID did not contain any access rights: `access_sign_request_item_all,sign_request_item_all,model_sign_request_item,,0,0,0,0`. task-3954072