mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
23 lines
395 B
JSON
23 lines
395 B
JSON
{
|
|
"name": "Location",
|
|
"label": "Location",
|
|
"isSingle": false,
|
|
"isChild": false,
|
|
"naming": "manual",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"label": "Location Name",
|
|
"fieldtype": "Data",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "item",
|
|
"label": "Item",
|
|
"fieldtype": "Link",
|
|
"target": "Item"
|
|
}
|
|
],
|
|
"quickEditFields": ["item"]
|
|
}
|