mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 19:19:17 +00:00
chore: better description for attachment in Rename Tool
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
"label": "Select DocType"
|
"label": "Select DocType"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Attach .csv file with two columns, one for the old name and one for the new name",
|
"description": "Attach a comma separated .csv file with two columns, one for the old name and one for the new name.",
|
||||||
"fieldname": "file_to_rename",
|
"fieldname": "file_to_rename",
|
||||||
"fieldtype": "Attach",
|
"fieldtype": "Attach",
|
||||||
"label": "File to Rename"
|
"label": "File to Rename"
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
"issingle": 1,
|
"issingle": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"max_attachments": 1,
|
"max_attachments": 1,
|
||||||
"modified": "2024-03-27 13:10:31.899697",
|
"modified": "2025-10-07 10:24:36.632780",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Utilities",
|
"module": "Utilities",
|
||||||
"name": "Rename Tool",
|
"name": "Rename Tool",
|
||||||
@@ -47,7 +47,8 @@
|
|||||||
"write": 1
|
"write": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"row_format": "Dynamic",
|
||||||
"sort_field": "creation",
|
"sort_field": "creation",
|
||||||
"sort_order": "DESC",
|
"sort_order": "DESC",
|
||||||
"states": []
|
"states": []
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ class RenameTool(Document):
|
|||||||
from frappe.types import DF
|
from frappe.types import DF
|
||||||
|
|
||||||
file_to_rename: DF.Attach | None
|
file_to_rename: DF.Attach | None
|
||||||
select_doctype: DF.Literal
|
select_doctype: DF.Literal[None]
|
||||||
# end: auto-generated types
|
# end: auto-generated types
|
||||||
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user