Daily updates from Odoo
Tuesday, March 3, 2020
1 change
Resolved issues and error corrections
This fixes how timesheet timer availability is set when creating Field Service and Helpdesk-related projects. The timer setting now follows whether timesheets are allowed, helping teams avoid incorrect timer behavior and keeping project setup consistent.
Original PR description
The way to compute the 'allow_timesheet_timer' field was wrong. This field strongly depends on the 'allow_timesheets' field value and not directly on the 'is_fsm' field value. That's why, now: - 'allow_timesheets' is computed according to the 'is_fsm' field value. - 'allow_timesheet_timer' is computed according to the 'allow_timesheets' field value only. -- I confirm I have signed the CLA and read the PR guidelines at [www.odoo.com/submit-pr](www.odoo.com/submit-pr)