[Question] create doctype link inside other module in different sections

hello, how to create link of app doctype in other module, for example i have app which contain form 1 and form 2 i want to create link for the form 1 in HR module under Recruitment and link for the form2 HR module under the Employee section.

thanks in advance :slight_smile:

Create a file hr.py in the config folder of your app. Your entries will be added to the module view.

1 Like

thanks rmehta