mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
7023ce2171
- prevent random strings when manual naming - set naming
14 lines
202 B
JSON
14 lines
202 B
JSON
{
|
|
"name": "PatchRun",
|
|
"label": "Patch Run",
|
|
"naming": "manual",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"fieldtype": "Data",
|
|
"label": "Name",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|