mirror of
https://github.com/OCA/stock-logistics-reporting.git
synced 2025-02-16 17:13:21 +02:00
[IMP] stock_inventory_valuation_report: print variant name in report
This commit is contained in:
@@ -75,7 +75,9 @@ class StockInventoryValuationReport(models.TransientModel):
|
||||
if products:
|
||||
for product in products:
|
||||
vals = {
|
||||
"name": product.name,
|
||||
"name": product.with_context(
|
||||
display_default_code=False
|
||||
).display_name,
|
||||
"reference": product.default_code,
|
||||
"barcode": product.barcode,
|
||||
"qty_at_date": product.quantity_svl,
|
||||
|
||||
Reference in New Issue
Block a user