addons-cm/stock_picking_batch_custom/views
snt 3eeca66551 [FIX] stock_picking_batch_custom: prevent product_id null error on summary lines
- Use regular dict instead of defaultdict to avoid empty entries
- Make summary_line_ids readonly=True to prevent UI from inserting empty lines
- Add SQL constraint CHECK(product_id IS NOT NULL) as safeguard
- Use boolean_toggle widget for is_collected field
- Fix tests to use TransactionCase and invalidate_recordset
- Add test for empty batch + add pickings + confirm flow
2026-03-05 21:47:18 +01:00
..
stock_move_line_views.xml [ADD] stock_picking_batch_custom: product summary 2026-03-05 20:29:17 +01:00
stock_picking_batch_views.xml [FIX] stock_picking_batch_custom: prevent product_id null error on summary lines 2026-03-05 21:47:18 +01:00