Hello,
I have 2 fields like this:
'field1': fields.many2many('res.country'),
'field2': fields.many2many('res.country'),
Now when I put data in the first field and I save that, it puts automatic the same value in the second field. Why is that so?
How Can I fix this issue?
I want that the user can handle the two fields seperate.
Thank You