Skip to content

Commit

Permalink
Merge PR #65 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Dec 3, 2023
2 parents cdc2112 + 56459ba commit 565f6ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions joint_buying_sale/models/joint_buying_purchase_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def _prepare_sale_order_vals(self):
"partner_id": partner.id,
"company_id": self.env.user.company_id.id,
"pricelist_id": partner.property_product_pricelist.id,
"payment_term_id": partner.property_payment_term_id
and partner.property_payment_term_id.id,
"fiscal_position_id": partner.property_account_position_id
and partner.property_account_position_id.id,
"commitment_date": self.grouped_order_id.deposit_date,
Expand Down

0 comments on commit 565f6ae

Please sign in to comment.