as discussed with @emjay0921 , import matching can make duplicate records for o2m and m2m relationship to current importing row. So we need to set it to False and recheck later in write() function. But since import match field data can be any type, this also clear the current key for import match. This is not a permanent fix, and need to re-check again
What this does?
as discussed with @emjay0921 , import matching can make duplicate records for o2m and m2m relationship to current importing row. So we need to set it to
False
and recheck later inwrite()
function. But since import match field data can be any type, this also clear the current key for import match. This is not a permanent fix, and need to re-check again