No such file or directory: 'apps/erpnext/erpnext/regional/doctype/gst_settings

We moved erpnext-13 to 14.

we migrated everything successfully, but if I try to access GST Settings. but im getting this error

FileNotFoundError: [Errno 2] No such file or directory: 'apps/erpnext/erpnext/regional/doctype/gst_settings'

Traceback

 Traceback (most recent call last):
  File "apps/frappe/frappe/app.py", line 66, in application
    response = frappe.api.handle()
  File "apps/frappe/frappe/api.py", line 54, in handle
    return frappe.handler.handle()
  File "apps/frappe/frappe/handler.py", line 45, in handle
    data = execute_cmd(cmd)
  File "apps/frappe/frappe/handler.py", line 83, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
  File "apps/frappe/frappe/__init__.py", line 1608, in call
    return fn(*args, **newargs)
  File "apps/frappe/frappe/desk/form/load.py", line 73, in getdoctype
    docs = get_meta_bundle(doctype)
  File "apps/frappe/frappe/desk/form/load.py", line 84, in get_meta_bundle
    bundle = [frappe.desk.form.meta.get_meta(doctype)]
  File "apps/frappe/frappe/desk/form/meta.py", line 45, in get_meta
    meta = FormMeta(doctype)
  File "apps/frappe/frappe/desk/form/meta.py", line 56, in __init__
    self.load_assets()
  File "apps/frappe/frappe/desk/form/meta.py", line 66, in load_assets
    self.add_code()
  File "apps/frappe/frappe/desk/form/meta.py", line 121, in add_code
    self.add_html_templates(path)
  File "apps/frappe/frappe/desk/form/meta.py", line 134, in add_html_templates
    for fname in os.listdir(path):
FileNotFoundError: [Errno 2] No such file or directory: 'apps/erpnext/erpnext/regional/doctype/gstr_3b_report'

Please help

Hi @Sharan_M ,

In v14, India specific features have been moved to the app India Compliance. Kindly check if you have installed this app on your site.

Thanks!

This is not the authentic frappe user ,i cant able to intergate other third party app is there any way to resolve or is there any app from frappe user

ok thanks

1 Like