Actualizar product_sale_price_from_pricelist/models/product_pricelist.py
This commit is contained in:
parent
08e34c1426
commit
99dc5f3848
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class ProductPricelist(models.Model):
|
||||||
ProductProduct = self.env["product.product"]
|
ProductProduct = self.env["product.product"]
|
||||||
res = super()._compute_price_rule(
|
res = super()._compute_price_rule(
|
||||||
products,
|
products,
|
||||||
qty=1,
|
qty=qty,
|
||||||
uom=uom,
|
uom=uom,
|
||||||
date=date,
|
date=date,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue