mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
38 lines
699 B
JSON
38 lines
699 B
JSON
{
|
|
"name": "IntegrationErrorLog",
|
|
"label": "Integration Error Log",
|
|
"naming": "autoincrement",
|
|
"create": false,
|
|
|
|
"fields": [
|
|
{
|
|
"fieldname": "name",
|
|
"label": "Entry No.",
|
|
"fieldtype": "Data",
|
|
"required": true
|
|
},
|
|
{
|
|
"fieldname": "spacer",
|
|
"fieldtype": "Text",
|
|
"invisible": true
|
|
},
|
|
{
|
|
"fieldname": "data",
|
|
"label": "Data",
|
|
"readonly": true,
|
|
"fieldtype": "Text",
|
|
"section": "Default",
|
|
"rows": 20
|
|
},
|
|
{
|
|
"fieldname": "error",
|
|
"label": "Error",
|
|
"readonly": true,
|
|
"fieldtype": "Text",
|
|
"section": "Default",
|
|
"rows": 20
|
|
}
|
|
],
|
|
"keywordFields": ["name"]
|
|
}
|