mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-15 23:54:59 +00:00
chore: better description for attachment in Rename Tool
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"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",
|
||||
"fieldtype": "Attach",
|
||||
"label": "File to Rename"
|
||||
@@ -33,7 +33,7 @@
|
||||
"issingle": 1,
|
||||
"links": [],
|
||||
"max_attachments": 1,
|
||||
"modified": "2024-03-27 13:10:31.899697",
|
||||
"modified": "2025-10-07 10:24:36.632780",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Utilities",
|
||||
"name": "Rename Tool",
|
||||
@@ -47,7 +47,8 @@
|
||||
"write": 1
|
||||
}
|
||||
],
|
||||
"row_format": "Dynamic",
|
||||
"sort_field": "creation",
|
||||
"sort_order": "DESC",
|
||||
"states": []
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@ class RenameTool(Document):
|
||||
from frappe.types import DF
|
||||
|
||||
file_to_rename: DF.Attach | None
|
||||
select_doctype: DF.Literal
|
||||
select_doctype: DF.Literal[None]
|
||||
# end: auto-generated types
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user