2
0
mirror of https://github.com/frappe/books.git synced 2024-11-10 07:40:55 +00:00
books/schemas/app/inventory/Location.json
2022-11-07 13:28:35 +05:30

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"]
}