Let's say I have this dictionary returned to me by an api:
{'idnumber': 123, 'balance': 456, 'fee': 789}
I already made a custom read-only field on res.orders and would like to display 'balance' on it. Is there a "correct" way of loading 'balance'? I'm fairly new to python and odoo so all viable ways are welcomed!