Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][FW][IMP] purchase_sale_inter_company: return created SO #724

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -111,6 +111,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
Loading