This question has been flagged
1963 Views

I have a button which calls to an external server. By clicking that button, It makes a request and return a json data file about sales orders. What I want is after clicking the button, Odoo will show me the sales order data in ListView without saving those orders in postgres (just take the information from json file and render the view) Can we do that in Odoo?

Avatar
Discard