Skip to content

Commit

Permalink
[FIX] sale_stock_available_to_promise_release MTO sale availability s…
Browse files Browse the repository at this point in the history
…tatus
  • Loading branch information
santostelmo committed May 16, 2024
1 parent 30a74a7 commit 10960e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _get_availability_data(self):
if self._on_order_route():
availability_status = "on_order"
# Fully available
elif (
if (
product.type == "service"
or float_compare(
available_qty, self.product_uom_qty, precision_rounding=rounding
Expand Down

0 comments on commit 10960e0

Please sign in to comment.