Eto
May 1, 2023, 12:56pm
1
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…
NCP
May 3, 2023, 4:36am
2
Hi @Eto ,
If you use version 13, please go to the domain setting and disable it which you have not used.
Thank You!
Eto
May 5, 2023, 11:57am
3
i use v 14…
in domain settings manufacturing is disabled.
NCP
May 5, 2023, 12:39pm
4
Hmm ,
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!
Eto
May 7, 2023, 3:56pm
5
hmmm … nop… that doesent work…
i think i hide all the fields manually…
i used erpnext v15, how to disable manufacturing ?
NCP
June 26, 2024, 8:55am
7
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