In Odoo (14) it's very common that a one to many relationship is represented in a view as a box containing a list of rows, each row representing one record in the linked entity (table)
The common behavior is that these rows can be clicked on and a click on one of the rows opens a form view on the same record
Is it possible to have a view in which such rows, in their turn, can be exploded (in the same view) and show another list of rows (as a sort of third level in the hierarchy ) ?