Skip to content
Snippets Groups Projects
Commit 86d276b4 authored by Raphael Collet's avatar Raphael Collet
Browse files

[FIX] models: fix *2many multi-onchange bug

This fixes the case where the lines of a one2many field are modified several
times by onchange methods: instead of retrieving the most recent updates, we
merge them with former updates.

This solution was written as an improvement of a proposal made by Alexis
Delattre and Sébastien Beau as #11620.
parent fd7a7207
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