added field test

This commit is contained in:
Alexander Gabriel 2023-11-18 15:14:55 +00:00
parent f8b8633bf6
commit dfb1bd0212

View File

@ -8,7 +8,8 @@
"inventarnummer", "inventarnummer",
"hostname", "hostname",
"assettyp", "assettyp",
"kaufdatum" "kaufdatum",
"test"
], ],
"fields": [ "fields": [
{ {
@ -51,11 +52,16 @@
"fieldname": "kaufdatum", "fieldname": "kaufdatum",
"fieldtype": "Date", "fieldtype": "Date",
"label": "Kaufdatum" "label": "Kaufdatum"
},
{
"fieldname": "test",
"fieldtype": "Data",
"label": "test"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"links": [], "links": [],
"modified": "2023-11-18 15:48:19.692002", "modified": "2023-11-18 15:59:27.584331",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Test Frappe", "module": "Test Frappe",
"name": "Asset", "name": "Asset",