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
closes #633

Signed-off-by: Nicolas Mac Rouillon <nmr@adhoc.com.ar>
  • Loading branch information
JoelZilli committed Feb 8, 2023
1 parent f6bc058 commit 16be598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sale_quotation_products/models/sale_order.py
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 16be598

Please sign in to comment.