Browse Source

Hide check fields - Module publish, qwik and training information

version2
venkata akhil 9 months ago
parent
commit
0052df518a
  1. 35
      smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json
  2. 5
      smart_service/phase_2/doctype/qwik_service/qwik_service.json
  3. 5
      smart_service/phase_2/doctype/training_information/training_information.json

35
smart_service/phase_2/doctype/module_publish_mapping/module_publish_mapping.json

@ -54,67 +54,78 @@
"default": "0",
"fieldname": "automotive_system",
"fieldtype": "Check",
"label": "Automotive System"
"label": "Automotive System",
"read_only": 1
},
{
"default": "0",
"fieldname": "tsb",
"fieldtype": "Check",
"label": "TSB"
"label": "TSB",
"read_only": 1
},
{
"default": "0",
"fieldname": "fsa",
"fieldtype": "Check",
"label": "FSA"
"label": "FSA",
"read_only": 1
},
{
"default": "0",
"fieldname": "tekalert",
"fieldtype": "Check",
"label": "TEKalert"
"label": "TEKalert",
"read_only": 1
},
{
"default": "0",
"fieldname": "feature_finder",
"fieldtype": "Check",
"label": "Feature Finder"
"label": "Feature Finder",
"read_only": 1
},
{
"default": "0",
"fieldname": "repairservice_check_sheet",
"fieldtype": "Check",
"label": "Repair/Service Check Sheet"
"label": "Repair/Service Check Sheet",
"read_only": 1
},
{
"default": "0",
"fieldname": "mahindra_special_tool_information",
"fieldtype": "Check",
"label": "Mahindra Special Tool Information"
"label": "Mahindra Special Tool Information",
"read_only": 1
},
{
"default": "0",
"fieldname": "training_information",
"fieldtype": "Check",
"label": "Training Information"
"label": "Training Information",
"read_only": 1
},
{
"default": "0",
"fieldname": "qwik_service",
"fieldtype": "Check",
"label": "QWIK Service"
"label": "QWIK Service",
"read_only": 1
},
{
"default": "0",
"fieldname": "pdi_inspection",
"fieldtype": "Check",
"label": "PDI Inspection"
"label": "PDI Inspection",
"read_only": 1
},
{
"default": "0",
"fieldname": "torque_information_nm",
"fieldtype": "Check",
"label": "Torque Information NM"
"label": "Torque Information NM",
"read_only": 1
},
{
"fieldname": "publish_type",
@ -148,7 +159,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-11-27 14:18:47.957675",
"modified": "2023-12-15 15:06:50.552181",
"modified_by": "Administrator",
"module": "Phase-2",
"name": "Module Publish Mapping",

5
smart_service/phase_2/doctype/qwik_service/qwik_service.json

@ -136,7 +136,8 @@
"default": "0",
"fieldname": "is_published",
"fieldtype": "Check",
"label": "Published"
"label": "Published",
"read_only": 1
},
{
"fieldname": "section_break_lb75u",
@ -145,7 +146,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-10-16 12:22:46.875043",
"modified": "2023-12-15 15:38:01.887540",
"modified_by": "Administrator",
"module": "Phase-2",
"name": "Qwik Service",

5
smart_service/phase_2/doctype/training_information/training_information.json

@ -94,7 +94,8 @@
"default": "0",
"fieldname": "is_published",
"fieldtype": "Check",
"label": "Published"
"label": "Published",
"read_only": 1
},
{
"fieldname": "keywords",
@ -104,7 +105,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-12-06 17:14:08.241667",
"modified": "2023-12-15 15:38:53.271274",
"modified_by": "Administrator",
"module": "Phase-2",
"name": "Training Information",

Loading…
Cancel
Save