in odoo 10 its possible to create treeview inside treeview using view_type:
tree
for examble:
Chart of Accounts account.account tree [('parent_id','=',False)] {'view_all': True}
and its will make parent child accounts view, something like this:
00000000
1111111111
222222222
33333333333
but this feature is dropped in odoo-13, is there are an alternative way to make similar view?