Skip to content

Commit

Permalink
Merge PR #721 into 13.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Nov 21, 2024
2 parents 5728022 + 592d54a commit 94c5cc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions purchase_sale_inter_company/models/purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def _inter_company_create_sale_order(self, dest_company):
# Validation of sale order
if dest_company.sale_auto_validation:
sale_order.with_user(intercompany_user.id).sudo().action_confirm()
return sale_order

def _prepare_sale_order_data(
self, name, partner, dest_company, direct_delivery_address
Expand Down

0 comments on commit 94c5cc3

Please sign in to comment.