Compare commits
2 commits
08e34c1426
...
10a288f8d5
| Author | SHA1 | Date | |
|---|---|---|---|
| 10a288f8d5 | |||
| 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