Skip to content

Commit

Permalink
Update sale_stock_service_level/models/sale_order.py
Browse files Browse the repository at this point in the history
Co-authored-by: Denis Roussel (ACSONE) <[email protected]>
  • Loading branch information
petrus-v and rousseldenis authored Sep 11, 2024
1 parent f16170e commit 5c2f243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sale_stock_service_level/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class SaleOrder(models.Model):

service_level_id = fields.Many2one(
string="Service level",
index="btree_not_null"
comodel_name="stock.service.level",
help="The service level.",
)

0 comments on commit 5c2f243

Please sign in to comment.