Skip to content

Commit

Permalink
[FIX] Active field on project.milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
lanto-razafindrabe committed Jun 11, 2024
1 parent 74014a6 commit f537525
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project_milestone_spent_hours/models/project_milestone.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
class ProjectMilestone(models.Model):
_inherit = "project.milestone"

active = fields.Boolean("Active", default=True)
total_hours = fields.Float(
compute="_compute_total_hours",
string="Total Hours",
Expand Down

0 comments on commit f537525

Please sign in to comment.