Time Control Mixin
Mixin to add work time recording on models
Table of contents
To install this, follow below steps:
- Just simply mount this module as Flectra's custom module
- Now, Install the module in Flectra from Main Apps section.
Start and stop time recording
- This mixin is a simplified implementation of timesheet time control mixin from the app project_timesheet_time_control.ts purpose is to provide methods to start and stop work time recording, without all the project and task connections.
- In order to make it work, you will need to implement the buttons on views of the models you want to record work time on.