diff --git a/stock_demand_estimate/models/stock_demand_estimate.py b/stock_demand_estimate/models/stock_demand_estimate.py index 5f0af2d58..b7b056bb2 100644 --- a/stock_demand_estimate/models/stock_demand_estimate.py +++ b/stock_demand_estimate/models/stock_demand_estimate.py @@ -33,7 +33,7 @@ class StockDemandEstimate(models.Model): ) product_uom_qty = fields.Float(string="Quantity", digits="Product Unit of Measure") product_qty = fields.Float( - "Real Quantity", + string="Quantity (Product UoM)", compute="_compute_product_quantity", inverse="_inverse_product_quantity", digits=0, diff --git a/stock_demand_estimate/views/stock_demand_estimate_view.xml b/stock_demand_estimate/views/stock_demand_estimate_view.xml index b9b01334b..c5d543886 100644 --- a/stock_demand_estimate/views/stock_demand_estimate_view.xml +++ b/stock_demand_estimate/views/stock_demand_estimate_view.xml @@ -56,6 +56,19 @@ + + + stock.demand.estimate.graph + stock.demand.estimate + + + + + + + + + stock.demand.estimate.search stock.demand.estimate @@ -63,6 +76,38 @@ + + + + + + + + + @@ -70,8 +115,9 @@ Stock Demand Estimates ir.actions.act_window stock.demand.estimate - tree,form,pivot + tree,form,pivot,graph + {"search_default_not_expired": 1} - - tree,pivot - +