Skip to content

Commit

Permalink
add manual
Browse files Browse the repository at this point in the history
  • Loading branch information
cbusillo committed Mar 28, 2024
1 parent 43e4c91 commit debd5f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product_connect/models/product_motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ class ProductMotor(models.Model):
("bad_motor", "Bad Motor"),
("no_movement", "No Movement"),
("not_tested", "Not Tested"),
("manual", "Manual"),
],
)
trim_tilt_unit_leaks = fields.Selection(YES_NO_SELECTION)
Expand Down

0 comments on commit debd5f3

Please sign in to comment.