Hi ,
How do i include a new custom doctype into a particular Module Setup ?
Currently i have a custom App created with Custom Doctype . I have created a link field on Sales Order . But my user would like to setup the list of value from Selling / and others module .
Thanks
<img src=“/uploads/default/original/2X/0/0fbdaf4c7df81595bc4f0962031af79dabb5a9dc.png” width=“690” height=“348”
You have to add custom doctype link in respective modules .py file e.g. selling.py
Refer following link -
Hi,
I’ve made a number of doctypes in my module. But all the items are listed under the same sidemenu category (setup).
I need to add more side menu items to categorize these pages. How can i do that?
Thanks this is exactly what i am looking for.
I
I think no need to alter code.
Hi Jyotinb ,
Thanks for your reply , we thought of this solution as well. But our requirement is get the custom doctype and included it into multiple module.
So is either we create multiple repeated doctype and assigned across Modules . Which we find out not practical and might causes data not synchronize.
Hence the earlier suggestion was just perfect , all links on the module will point us back to the same doctype setup table.
Regards,
Kenny