I have created a model named "Trial1" with fields "fName", "lName", "age" and "desc" and then created a form for that model using the Html form builder. I embedded the form codes on the website i previously created using the Odoo Website Builder module.
Now that data is being captured and saved in the database, I wish to display the list of these received data in the Admin's side (basically in Dashboard) such that he can view/edit and update certain specific fields (for example, "desc").
While creating the model, I did try to "Add to menu" and selected "Dashboard" as parent menu. But, in this way, the admin can only create, i.e., submit model/form data, which is not really what i want.
check the access rules and assign groups/users for that model.