Skip to content

Commit

Permalink
Merge PR #1318 into 16.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Feb 25, 2025
2 parents 255fdf6 + 5f81300 commit 925e776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pos_order_to_sale_order/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def create_order_from_pos(self, order_data, action):
sale_order = self.with_context(
pos_order_lines_data=[x[2] for x in order_data.get("lines", [])]
).create(order_vals)
sale_order._recompute_taxes()

# Confirm Sale Order
if action in ["confirmed", "delivered", "invoiced"]:
Expand Down

0 comments on commit 925e776

Please sign in to comment.