mirror of
https://github.com/frappe/books.git
synced 2024-11-10 15:50:56 +00:00
7023ce2171
- prevent random strings when manual naming - set naming
24 lines
443 B
JSON
24 lines
443 B
JSON
{
|
|
"name": "Tax",
|
|
"label": "Tax",
|
|
"naming": "manual",
|
|
"isSingle": false,
|
|
"isChild": false,
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"label": "Name",
|
|
"fieldtype": "Data",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "details",
|
|
"label": "Details",
|
|
"fieldtype": "Table",
|
|
"target": "TaxDetail",
|
|
"required": true
|
|
}
|
|
],
|
|
"keywordFields": ["name"],
|
|
"quickEditFields": ["details"]
|
|
} |