Skip to Content
Menu
This question has been flagged

Hi,

I have a scenario of which I am creating a custom module, in which there are two models Course Category and Course and inside each course category there can be multiple courses. I want to show them in master/detail page like we have in case of Sales order or purchase order. 

I have successfully defined the models but I don't know how to create the master-detail page? How to create that subpage(having lines items of course).

if anyone can briefly describe that will be great.

Thanks alot    

Avatar
Discard
Best Answer

Follow this link 


https://www.cybrosys.com/blog/how-to-create-module-in-odoo12

you will understand basic of how you can create master detail in Odoo then can cover you case....

Avatar
Discard
Author

I know how to create module and standalone models. I want to know about the subpage(line item) algorithmically like how to display many2One field with line items? Any widget or what?

Author

I know how to create module and standalone models. I want to know about the subpage(line item) algorithmically like how to display many2One field with line items? Any widget or what?

Best Answer

Check the code of one of these examples you have mentioned.

Avatar
Discard
Author

I did but they are quite complicated. A simple example with custom model like i have shared above will be grateful. Thanks

Author

I know how to create module and standalone models. I want to know about the subpage(line item) algorithmically like how to display many2One field with line items? Any widget or what?

Related Posts Replies Views Activity
2
Jun 19
4003
1
Jun 19
3290
0
Jun 20
3995
1
May 19
3656
2
Jul 24
14132