From 48c204e049effdde3a6e2fa67eacefc809a6cd24 Mon Sep 17 00:00:00 2001 From: Emilio Pascual Date: Mon, 22 Apr 2024 08:28:04 +0200 Subject: [PATCH] [FIX] Round packaging qty MT-5811 @moduon --- .../views/report_stock_picking.xml | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/stock_move_packaging_qty/views/report_stock_picking.xml b/stock_move_packaging_qty/views/report_stock_picking.xml index d5952b57c..8a476cf88 100644 --- a/stock_move_packaging_qty/views/report_stock_picking.xml +++ b/stock_move_packaging_qty/views/report_stock_picking.xml @@ -14,7 +14,10 @@ t-value="(ml.qty_done if o.state == 'done' else ml.reserved_uom_qty) / ml.move_id.product_packaging_id.qty" /> : - + @@ -37,7 +40,10 @@ groups="product.group_stock_packaging" > : - + @@ -57,7 +63,10 @@ groups="product.group_stock_packaging" > : - + @@ -75,7 +84,10 @@ : - + @@ -88,7 +100,10 @@ : - + @@ -105,6 +120,7 @@ > :