Getting error for OMAN VAT Report when opening the report.
Traceback (most recent call last):
File "apps/frappe/frappe/core/doctype/prepared_report/prepared_report.py", line 43, in run_background
result = generate_report_result(
File "apps/frappe/frappe/__init__.py", line 629, in wrapper_fn
retval = fn(*args, **get_newargs(fn, kwargs))
File "apps/frappe/frappe/desk/query_report.py", line 86, in generate_report_result
res = get_report_result(report, filters) or []
File "apps/frappe/frappe/desk/query_report.py", line 70, in get_report_result
res = report.execute_script_report(filters)
File "apps/frappe/frappe/core/doctype/report/report.py", line 133, in execute_script_report
res = self.execute_module(filters)
File "apps/frappe/frappe/core/doctype/report/report.py", line 150, in execute_module
return frappe.get_attr(method_name)(frappe._dict(filters))
File "apps/oman_vat/oman_vat/oman_vat/report/oman_vat/oman_vat.py", line 13, in execute
data = get_data(filters)
File "apps/oman_vat/oman_vat/oman_vat/report/oman_vat/oman_vat.py", line 89, in get_data
for vat_setting in oman_vat_setting.BAHRAIN_vat_purchase_accounts:
AttributeError: 'OMANVATSetting' object has no attribute 'BAHRAIN_vat_purchase_accounts'