fix: doctype form - hide irrelevant fields

This commit is contained in:
Ankush Menat 2023-03-23 16:16:14 +05:30
parent b39b2e7923
commit 5a91ac945c

View file

@ -189,6 +189,7 @@
},
{
"default": "0",
"depends_on": "eval:!doc.istable",
"fieldname": "beta",
"fieldtype": "Check",
"label": "Beta"
@ -463,6 +464,7 @@
},
{
"default": "0",
"depends_on": "eval:!doc.istable",
"description": "Tree structures are implemented using Nested Set",
"fieldname": "is_tree",
"fieldtype": "Check",
@ -539,6 +541,7 @@
},
{
"default": "0",
"depends_on": "eval:!doc.istable",
"fieldname": "is_virtual",
"fieldtype": "Check",
"label": "Is Virtual"
@ -622,6 +625,7 @@
},
{
"default": "0",
"depends_on": "eval:!doc.istable",
"description": "Enables Calendar and Gantt views.",
"fieldname": "is_calendar_and_gantt",
"fieldtype": "Check",
@ -708,7 +712,7 @@
"link_fieldname": "reference_doctype"
}
],
"modified": "2023-01-04 17:23:09.206018",
"modified": "2023-03-23 16:15:51.067267",
"modified_by": "Administrator",
"module": "Core",
"name": "DocType",