Skip to content

Commit 3b93c7e

Browse files
committed
[16.0][IMP] hr_timesheet_time_type: add the active field to be able to archive records
1 parent 228a613 commit 3b93c7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hr_timesheet_time_type/models/project_time_type.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ class ProjectTimeType(models.Model):
1111
name = fields.Char(required=True)
1212
code = fields.Char()
1313
description = fields.Text()
14+
active = fields.Boolean(default=True)

0 commit comments

Comments
 (0)