mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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"]
|
||
|
}
|