Hello i have one issue with zeep on python i get t...
# suitetalkapi
c
Hello i have one issue with zeep on python i get the error
Copy code
File "/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
Copy code
journal_entry['currency'] = self.client.RecordRef(name="GBP")
any idea  how to solve it