You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In direct mappings the ExportMapper replaces valid values of 0 with False in the mapping.
This is an invalid and unnecessary assumption about the specification of the meaning of 0 in the external interface we export to. I think this also doesn’t make much sense mathematically or otherwise and therefor is very unexpected behavior.
The text was updated successfully, but these errors were encountered:
https://github.com/OCA/connector/blame/3dd7b3a1fc58006e747534f54c940f073fa252d8/connector/components/mapper.py#L925
In direct mappings the ExportMapper replaces valid values of
0
withFalse
in the mapping.This is an invalid and unnecessary assumption about the specification of the meaning of
0
in the external interface we export to. I think this also doesn’t make much sense mathematically or otherwise and therefor is very unexpected behavior.The text was updated successfully, but these errors were encountered: