-
- Downloads
[FIX] web: focus issues after onchange in x2many with buttons
https://github.com/odoo/odoo/commit/36b4d78a2678806b25aaa5650b64496f9da9d205 fixes most post-onchange focus issues for x2many fields, but does not account for "button columns" properly. More precisely, the current widget is computed via a position index taking buttons into account in an array that ignores them. This caused the index to be out of bounds, resulting in a traceback. This commit fixes this issue.
Loading
Please register or sign in to comment