2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/schemas/app/UOM.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
400 B
JSON
Raw Normal View History

2022-07-08 17:51:21 +00:00
{
"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"]
}