Reputation: 71
I'm migrating the code from V7 to V13, i see the symbol present in V7 is not shown in V13 while migrating. Is this by default or we need to add it from the custom widget. For eg.,
As per the image in the right corner i see there is a list view and form view symbol.
How can we see the same in V13? I have seen few documents but couldn't figure it out.
Upvotes: 0
Views: 318
Reputation: 614
The Odoo views show either multi record or single record.
Multi record
Single record
Prior to Odoo Version 12.0, all views are shown on the right of the control panel whereas in Version 12.0+ only the multi record views are displayed.
When you click on an item in the list view, the view automatically changes to that records' form view. When you then click on the list view icon, or on the breadcrumbs, the list view is shown again.
Upvotes: 1