Deactivating Module in erpnext

Is there a idea how to disable logic fields an doctypes for a specific module ?

As an Example:
My Customer does not need Manufacturing or Agriculture informations.

For making it simpler to use my idea was to disable a complete module with all its fields an logics on other related doctypes…

Hi @Eto,

If you use version 13, please go to the domain setting and disable it which you have not used.

Thank You!

i use v 14…

in domain settings manufacturing is disabled.

Hmm :thinking:,

If you have access to update erpnext then apply it command:

bench clear-cache
bench migrate

// or

bench --site [site-name.com] clear-cache
bench --site [site-name.com] migrate

Thank You!

hmmm … nop… that doesent work…

i think i hide all the fields manually…

i used erpnext v15, how to disable manufacturing ?

You cannot disable the module, but you can hide it from the user. To do this, go to the user list, open the user, remove the manufacturing-related role, and also remove the Manufacturing module.

1 Like

thank you brother