I'm trying to integrate reactjs
with Odoo
, and successfully created components. Now my problem is that I cant get the JSON via odoo. The odoo programmer has to write special api request to make this happen. This is taking more time and code repetitions are plenty.
I tried may suggestions and none worked.
Is there a better way to convert the browse objects
, that odoo
generate, to JSON
?
Note: Entirely new to python and odoo, please forgive my mistakes, if any mentioned above.