Hi forum!
I have this char field:
overtime = fields.Char(readonly=True, default='00:00')
I would need to summarize the values of the overtime field, and I want to print this value in a new field.
This is how the values appear in the overtime field:
02:00
00:00
01:00
00:00
03:00
00:00
00:00
02:00
00:00
01:00
01:00
Is it possible to do it?
Thanks for your help!
Regards,
Steven