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