I just started using Erpnext ,I have a doctype “vehicle request” that i want to add under the fleet management category of the Human resources doctype, i also have an app “meeting” installed on the site, how do i add my custom doctype “Vehicle request” to be under the Fleet management category?
I have tried adding the module.py file in my app’s config folder, but i did not get any change
1 Like
Hi,
please try to add hr.py
file to your custom app config
directory and in this hr.py
add your code after that restart your server.
2 Likes