Merge pull request 'Actualizar product_sale_price_from_pricelist/models/product_pricelist.py' (#17) from pricelist_qty into 16.0
Reviewed-on: #17
This commit is contained in:
commit
10a288f8d5
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class ProductPricelist(models.Model):
|
|||
ProductProduct = self.env["product.product"]
|
||||
res = super()._compute_price_rule(
|
||||
products,
|
||||
qty=1,
|
||||
qty=qty,
|
||||
uom=uom,
|
||||
date=date,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue