codewasher 0 Newbie Poster

Hi,

I am new to Odoo ERP development. I have a requirement as below. I need to connect to an external API and get the response JSON data. From this response, I need to prepare the reports and show it as the list, then click on each item, it will show the report in form view.

  1. I have JSON data
  2. JSON data has student details, so I need a list view to show the students ( name and id of student)
  3. click on each row, it will open a form view of the student details

Now, I have completed the API part, I have the JSON response now but I dont know how to make the views. I only need some high level instructions of doing this. I have my custom module, I created a model and xml file inside it, thats I have done so far

thanks

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.