Unable to Click on Sales Order(Link Disabled) under Selling Module

Hello Everybody,
So here is a new issue which i am facing in erpnext version 12.x.x develop branch

I have created items and stock entry is also done .

But under selling module Every option is saying that you have to create item first, and there link is disabled.

But Items are already created.
Under Stock there is also some options are disabled and giving same error.

Got the solution .

So basically problem is in frappe.desk.moduleview.get function, in this function there are some changes
if not type(exists) == int: //remove this line
if not exists: // ad this line

or you can simply update the frappe

1 Like