Hello i had define a new model "MyModel"
and added a field in product.template model as a Many2One towards MyModel : x_mymodel
i had create a form view for "MyModel" displaying all fields of "MyModel" : mymodel.form.view
I had add a page "MyNewPage" in the tab/notebook of the product.template form
AND i would like to know if (only with studio and/or developer tools) i can display x_mymodel in this new page as a subview just by "calling" mymodel.form.view ? ... It's like encapsulate a form in a page
Thanks a lot