This commit is contained in:
Suraj Shetty 2018-12-25 15:30:09 +05:30
parent 8775204d63
commit 19f8e6bcf8

View File

@ -1,7 +1,7 @@
import frappe
from frappe import _
def execcute():
def execute():
accounts_module_icons = frappe.get_all('Desktop Icon', filters={
'module_name': 'Accounts'
}, fields=['name'])