refactor: dashboard for pcv

This commit is contained in:
ruthra kumar
2026-09-01 11:35:54 +05:30
parent 503a80f2c9
commit 31205c4114

View File

@@ -0,0 +1,8 @@
from frappe import _
def get_data():
return {
"non_standard_fieldnames": {"MapReduce Job": "document_name"},
"transactions": [{"label": _("Job"), "items": ["MapReduce Job"]}],
}