Daily updates from Odoo
Thursday, June 3, 2021
1 change
Resolved issues and error corrections
Timesheet validation and synchronization messages were rewritten to be easier to understand and act on. Users limited to their own timesheets now only see the relevant menu, cannot edit descriptions on validated entries, and running timers are stopped automatically during validation instead of blocking the process.
Original PR description
Purpose of the PR is, User/validation errors are sometimes not correct in English and/or quite obscure and don't help the user understand/solve the issue. so some copywriting should help make the experience better. So in this PR, re-word the several validation and usererror message and also made a user with the 'timesheets > see own timesheets' access right level shouldn't have access to menus other than "My Timesheets" Also disable the edition of the description field of validated timesheets for users with the 'see own timesheets' access right level also while validating the timesheet if there is timer start on analytic line then stop the line and validate it instead of raising the notification. TaskID: 2513067 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr