mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_available: Some affectations
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user