Skip to Content
Menu
This question has been flagged
1 Reply
1755 Views

Wonder if you can point me in the right direction please.

I have created a module the module needs to consist of one form which is the form i have designed. On the form i have a notebook with several tabs.

In one of the tabs i would like to inherit the view of repair.order i have updated the manifest and also _inherit within the class.


I'm ok and know how to inherit the form view and adapt it with new fields ect within its own module but not as above in a different form view.

Thank you. 


Avatar
Discard
Best Answer

You will need to add either a One2many or a Many2many field that is related to repair.order​ to the model on which your view is based. Then use this field in the view.

You can use the Groups form  (Settings > Users & Companies > Groups) which is based on res.groups as a reference. 

Avatar
Discard