I am connecting to an api, and I get a dictionary like this one:
[{'amount': 18, 'date': '2021-12-12', 'operation_type': 'xzy', ...}]
...
I want to use Dashboard Ninja to make a dashboard.
Now, I was storing in a table the result of the dictionary. That seems inadequate to me, since the records are never the same and I have to empty the table and fill it again.
Is there a way to return the output of the model file, so that Dashboard Ninja can do its thing?
I am using Odoo 14.