Compare commits
No commits in common. "10a288f8d54836d31be4176ef9833f1ec28428fd" and "08e34c1426156ff5107e6ca55e895af10251a847" have entirely different histories.
10a288f8d5
...
08e34c1426
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=qty,
|
qty=1,
|
||||||
uom=uom,
|
uom=uom,
|
||||||
date=date,
|
date=date,
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue