Release v13.0.0-beta.12 - Accounting Dimension has issue

Hello, Team .
Any solution ?

image

Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/app.py”, line 67, in application
response = frappe.api.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/api.py”, line 58, in handle
return frappe.handler.handle()
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 30, in handle
data = execute_cmd(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 58, in execute_cmd
raise e
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 55, in execute_cmd
method = get_attr(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/handler.py”, line 219, in get_attr
method = frappe.get_attr(cmd)
File “/home/frappe/frappe-bench/apps/frappe/frappe/init.py”, line 1125, in get_attr
return getattr(get_module(modulename), methodname)
AttributeError: module ‘erpnext.accounts.doctype.accounting_dimension.accounting_dimension’ has no attribute ‘get_dimension_filters’

I am having same issue when upgraded from v12 to v13

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.