If you’re using Odoo’s time-tracking feature at the task level, here is something to keep in mind:
When you start a new timer on a task, any active timer on another task is automatically paused. This can lead to multiple paused timers without the user realizing. Over time, this can result in inaccurate time tracking because paused timers do not create timesheet logs.
A more efficient approach would be to notify the user about an active timer and automatically stop the active timer when a new timer is started.
This approach keeps time logs accurate and prevents unnecessary paused timers.