From 591dd5f2b2b3e930ed30b96ac2c2df42aee39b37 Mon Sep 17 00:00:00 2001 From: GitHub Copilot Date: Fri, 29 May 2026 18:53:22 +0200 Subject: [PATCH] [IMP] stock_picking_batch_custom: larger bold quantity in operator view Co-Authored-By: Claude Sonnet 4.6 --- .../static/src/css/stock_picking_batch.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stock_picking_batch_custom/static/src/css/stock_picking_batch.css b/stock_picking_batch_custom/static/src/css/stock_picking_batch.css index 68a9ada..f674d7a 100644 --- a/stock_picking_batch_custom/static/src/css/stock_picking_batch.css +++ b/stock_picking_batch_custom/static/src/css/stock_picking_batch.css @@ -32,8 +32,9 @@ table.o_batch_operator_list td[name="quantity"] { } table.o_batch_operator_list td[name="quantity"] .o_field_widget input { - min-height: 48px; - font-size: 1.2rem; + min-height: 56px; + font-size: 1.5rem; + font-weight: 700; text-align: center; }