mirror of
https://github.com/frappe/books.git
synced 2024-11-08 23:00:56 +00:00
23 lines
400 B
JSON
23 lines
400 B
JSON
{
|
|
"name": "UOM",
|
|
"label": "UOM",
|
|
"isSingle": false,
|
|
"naming": "manual",
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"label": "UOM",
|
|
"fieldtype": "Data",
|
|
"placeholder": "Item Name",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "isWhole",
|
|
"label": "Is Whole",
|
|
"fieldtype": "Check",
|
|
"default": false
|
|
}
|
|
],
|
|
"quickEditFields": ["isWhole"]
|
|
}
|