I have made some custom fields into my_purchase_custom.py class like as below.
- Custom A
- Custom B
- Custom C
- etc.
Now, there are two menu items in purchase.order model
- Requests for Quotations [menu_id=314]
- Purchase Orders [menu_id=315]
What I want to do is I want to put field Custom A into menu_id=314 and fields Custom B and Custom C into menu_id=315
Please help in this regards how to change my .xml file. I went through this link: https://www.odoo.com/fr_FR/forum/help-1/question/hide-menu-for-existing-group-18704 but couldnot understand properly. An example code snippet will be good idea