Costume button can not be unchecked when creating a New Module in Module Def

I’m new to ERPNext and am now enrolled in a training course. I installed ERPNext 14 on Ubuntu 22.04 and completed the processes for building and initializing a new module.

However, while developing a new module, I run into a problem. The system enables me to provide a module name, but there is no place where I can enter the app name. Instead, I can only provide a package name, and the “customize” button cannot be deactivated.

I’m not sure whether this is a typical problem or if there is a better way to set up an app for a module in this version of ERPNext. Any advice or recommendations would be highly appreciated!
image

Hey man, I’m having the same problem that you are.I have no idea how to fix it. Since you’ve been asking for assistance for a year, perhaps you can discover a solution to this issue for me.

@Balzeroch i think developer mode is off in your site config json
run this command
bench set-config -g developer_mode 1

I executed the command “bench set-config -g developer_mode 1” but i got some error .
can you help me with this.

And I edited my “common_site_config.json” file manually by using this command “chmod u+w common_site_config.json” and then this “nano common_site_config.json”. but when I set it into developer mode 1 , the bench what not get started there also im facing some issues.

@Sumith-2004 can you share me ss of site config json

@Sumith-2004 You should edit in sites/site_name/site_config.json file. Not in common_site_config.json

1 Like

But there is no site_name inside sites.
after opening sites :this files are there “assets, apps.json, apps.text, common site config.json and my site(devo.local)”

@Sumith-2004 site_name means your sitename there is one folder of yoursitename in sites
Check this How to Enable Developer Mode in Frappe

Sir, thankyou so much it worked .

1 Like