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

[FIX] core: convert_to_write() of x2many field with new records


When comparing the values of a new record with its origin, x2many fields
are always different because we compare new records with real records.
For instance, converting the value of a one2many field where lines have
a many2many field always returns update commands for the many2many
field.

closes odoo/odoo#66914

Signed-off-by: default avatarRaphael Collet (rco) <rco@openerp.com>
parent 95ba17ae
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