2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/schemas/app/Color.json
18alantom 7023ce2171 fix: allow account creation from tax
- prevent random strings when manual naming
- set naming
2022-09-15 14:23:13 +05:30

20 lines
318 B
JSON

{
"name": "Color",
"label": "Color",
"naming": "manual",
"fields": [
{
"fieldname": "name",
"fieldtype": "Data",
"label": "Color",
"required": true
},
{
"fieldname": "hexvalue",
"fieldtype": "Data",
"label": "Hex Value",
"required": true
}
]
}