Daily updates from Odoo
Monday, August 30, 2021
1 change
Resolved issues and error corrections
The Field Service report module now correctly loads the access permission file needed for project sharing. This helps ensure shared projects have the intended permissions available when the module is installed or updated.
Original PR description
Before this commit, the `ir_model_access.xml` created in the #19483 PR is not imported in manifest file of the module. This commit adds this file in the manifest file to have the `ir.model.access` useful for the project sharing feature.