I have 2 model, model_1
and model_2
,
the model_1
have Many2many fields
to model_2
, Odoo will automatically create a table with name model_1_model_2
to add relationship between model_1
and model_2
.
Is there any way I can create a tree view for model_1_model_2
table?
*Note
I want to do that, to import some data to this middle table generated by Odoo from some csv using Odoo import feature.