mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-11 16:20:36 +00:00
refactor: dashboard for pcv
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from frappe import _
|
||||
|
||||
|
||||
def get_data():
|
||||
return {
|
||||
"non_standard_fieldnames": {"MapReduce Job": "document_name"},
|
||||
"transactions": [{"label": _("Job"), "items": ["MapReduce Job"]}],
|
||||
}
|
||||
Reference in New Issue
Block a user