Manufacturing-Operation

Hi,
I did not had any problems in creating new masters data of Operation, But today it is showing me the error message.but I am able to select the Operation table during the transaction.
Kindly Suggest me the next action.

Regards
BhaskaraMadhu

What is the error message? If there is any traceback in browser’s error console, please post that too.

Sure, I will share the same ASAP.

Regards

Hi,

Please find the below ERROR I am getting during my search field as “OPERATION”.

Something went wrong
Server Error: Please check your server logs or contact tech support.
File “/home/iuser/frappe-bench/apps/frappe/frappe/utils/redis_wrapper.py”, line 173, in hget
value = generator()
File “/home/iuser/frappe-bench/apps/frappe/frappe/desk/form/meta.py”, line 22, in
meta = frappe.cache().hget(“form_meta”, doctype, lambda: FormMeta(doctype))
File “/home/iuser/frappe-bench/apps/frappe/frappe/desk/form/meta.py”, line 34, in init
self.load_assets()
File “/home/iuser/frappe-bench/apps/frappe/frappe/desk/form/meta.py”, line 41, in load_assets
self.add_code()
File “/home/iuser/frappe-bench/apps/frappe/frappe/desk/form/meta.py”, line 64, in add_code
path = os.path.join(get_module_path(self.module), ‘doctype’, scrub(self.name))
File “/home/iuser/frappe-bench/apps/frappe/frappe/modules/utils.py”, line 144, in get_module_path
return frappe.get_module_path(module)
File “/home/iuser/frappe-bench/apps/frappe/frappe/init.py”, line 691, in get_module_path
return get_pymodule_path(local.module_app[module] + “.” + module, *joins)
KeyError: u’subcontracting’

Regards
BhaskarMadhu

Have you created a new module called subcontracting?

Yes, Very much.

Regards
BhaskaraMadhu