diff --git a/shopfloor_reception_mobile/static/src/scenario/reception.js b/shopfloor_reception_mobile/static/src/scenario/reception.js index ce2117091a5..915781a7644 100644 --- a/shopfloor_reception_mobile/static/src/scenario/reception.js +++ b/shopfloor_reception_mobile/static/src/scenario/reception.js @@ -381,6 +381,9 @@ const Reception = { path: "quantity_done", label: "Qty done", display_no_value: true, + renderer: function (rec, field) { + return rec.quantity_done + " / " + rec.quantity; + }, }, ], },