[FIX] stock_available: Some affectations

This commit is contained in:
Denis Roussel
2017-11-29 18:13:25 +01:00
committed by sbejaoui
parent 1e2f47c597
commit 53f8f29a4e

View File

@@ -63,6 +63,7 @@ class ProductProduct(models.Model):
text = res[prod.id]['qty_available_stock_text']
prod.qty_available_not_res = qty
prod.qty_available_stock_text = text
return res
@api.model
def _prepare_domain_available_not_res(self, products):