tinyerp / odooly

Python library and CLI to interact with Odoo and OpenERP.
https://odooly.rtfd.io/
Other
60 stars 33 forks source link

JSONRPC KeyError when result is None #8

Open daniellibonati opened 4 years ago

daniellibonati commented 4 years ago

When a JSONRPC call returns None, the response dictionary doesn't contain a 'result' key, therefore it produces a KeyError.