mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
48797dff62
- remove address placeholder - allow more types of entries to be imported
24 lines
437 B
JSON
24 lines
437 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",
|
|
"inline": true
|
|
}
|
|
],
|
|
"quickEditFields": ["item", "address"]
|
|
}
|