Skip to content

Commit

Permalink
[FIX] sale_quotation_products: fixed the picelist in quotation
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelZilli committed Feb 8, 2023
1 parent f6bc058 commit 8cbd169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_quotation_products/models/sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def add_products_to_quotation(self):
# we send by context to show the price of product pack detailed for component if exist
sale_quotation_products=True,
whole_pack_price=True,
pricelist=self.pricelist_id.display_name,
pricelist=self.pricelist_id.id
# we send company in context so it filters taxes
company_id=self.company_id.id,
partner_id=self.partner_id.id,
Expand Down

0 comments on commit 8cbd169

Please sign in to comment.