Christos Ploutarchou
11/03/2020, 1:30 AMFile "/var/task/zeep/xsd/types/complex.py", line 266, in render
attr_value = value[name] if name in value else NotSet
TypeError: argument of type 'int' is not iterable
when i try to assign value using record ref
journal_entry['currency'] = self.client.RecordRef(name="GBP")
any idea how to solve it