Skip to content

Commit

Permalink
[FIX]sale_delivery_state: add state to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PicchiSeba committed Jan 30, 2025
1 parent a700343 commit 0519973
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sale_delivery_state/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class SaleOrder(models.Model):
delivery_status = fields.Selection(
[
("pending", "Not Delivered"),
("started", "Started"),
("partial", "Partially Delivered"),
("full", "Fully Delivered"),
],
Expand Down

0 comments on commit 0519973

Please sign in to comment.