Hey Odoo-Team,
i want to modify the timesheet_grid module so that when the task.remaining_hours field is below 0 , that the name of the task will be shown red in the grid.
I did some research but i think there is no way to change the color field in the grid, is this right ?
The second idea was to change the colors task name in project module directly so timesheet will synchronize it in the grid.
Either decoration-warning = "..." or style= "..." dont work for me.
I appreciate your help.