Compare commits

..

No commits in common. "10a288f8d54836d31be4176ef9833f1ec28428fd" and "08e34c1426156ff5107e6ca55e895af10251a847" have entirely different histories.

View file

@ -39,7 +39,7 @@ class ProductPricelist(models.Model):
ProductProduct = self.env["product.product"]
res = super()._compute_price_rule(
products,
qty=qty,
qty=1,
uom=uom,
date=date,
)