Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Dec 5, 2024
1 parent 469dd41 commit cd2fec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sale_order_blanket_order/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class SaleOrder(models.Model):
required=True,
help="Specifies the type of sale order: Normal, Blanket, or Call-off.",
states=READONLY_FIELD_STATES,
index=True,
)
blanket_order_id = fields.Many2one(
"sale.order",
Expand Down

0 comments on commit cd2fec8

Please sign in to comment.