Skip to content
Snippets Groups Projects
Commit b652d84c 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#66950

X-original-commit: 03a4137c
Signed-off-by: default avatarRaphael Collet (rco) <rco@openerp.com>
parent 7b53bb4b
No related branches found
No related tags found
Loading
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