Untitled
unknown
python
4 years ago
215 B
6
Indexable
for warehouse in self.warehouse_ids: products = self.env['product.product'].with_context(warehouse=warehouse.id).search([]) for product in products: print(product.display_name, product.qty_available)
Editor is loading...