Skip to content
Snippets Groups Projects
Commit 7e22d166 authored by Archana Vaghasiya's avatar Archana Vaghasiya Committed by Achraf
Browse files

[FIX] stock: index error in stock_move while split_lines is empty


An IndexError `list index out of range`  trace back that occurs in stock/
stock_move : _onchange_move_line_ids was caught by sentry.
because split_lines list is empty when user enter blank entry  in value.

So hear we check the split_lines is empty or not.

sentry - 3942491608

closes odoo/odoo#113353

Signed-off-by: default avatarAdrien Widart <awt@odoo.com>
parent 4b0a56e9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment