Browse Source

Remove rename in App Dealer, App Device, App Preference, Custom Languages, Drive, Fuel, Procedure Name, Procedure Step Name, Sub System, System, Transmission, Variant

version2
venkataakhil 11 months ago
parent
commit
e1a51a17dc
  1. 15
      smart_service/add_ons/doctype/app_dealer/app_dealer.json
  2. 21
      smart_service/add_ons/doctype/app_device/app_device.json
  3. 6
      smart_service/add_ons/doctype/app_preference/app_preference.json
  4. 5
      smart_service/masters/doctype/custom_languages/custom_languages.json
  5. 3
      smart_service/masters/doctype/drive/drive.json
  6. 3
      smart_service/masters/doctype/fuel/fuel.json
  7. 4
      smart_service/masters/doctype/procedure_name/procedure_name.json
  8. 4
      smart_service/masters/doctype/procedure_step_name/procedure_step_name.json
  9. 3
      smart_service/masters/doctype/sub_systems/sub_systems.json
  10. 3
      smart_service/masters/doctype/systems/systems.json
  11. 3
      smart_service/masters/doctype/transmission/transmission.json
  12. 3
      smart_service/masters/doctype/variant/variant.json

15
smart_service/add_ons/doctype/app_dealer/app_dealer.json

@ -1,6 +1,5 @@
{
"actions": [],
"allow_rename": 1,
"autoname": "D-#####",
"creation": "2021-12-30 09:58:43.222658",
"doctype": "DocType",
@ -17,22 +16,26 @@
{
"fieldname": "dealer_name",
"fieldtype": "Data",
"label": "Dealer Name"
"label": "Dealer Name",
"read_only": 1
},
{
"fieldname": "dealer_code",
"fieldtype": "Data",
"label": "Dealer Code"
"label": "Dealer Code",
"read_only": 1
},
{
"fieldname": "zone",
"fieldtype": "Data",
"label": "Zone"
"label": "Zone",
"read_only": 1
},
{
"fieldname": "area",
"fieldtype": "Data",
"label": "Area"
"label": "Area",
"read_only": 1
},
{
"fieldname": "active_status",
@ -42,7 +45,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-01-28 12:57:33.359666",
"modified": "2023-11-08 14:04:25.384029",
"modified_by": "Administrator",
"module": "Add Ons",
"name": "App Dealer",

21
smart_service/add_ons/doctype/app_device/app_device.json

@ -23,33 +23,39 @@
"fieldtype": "Data",
"in_list_view": 1,
"label": "Device ID",
"read_only": 1,
"reqd": 1
},
{
"fieldname": "last_login",
"fieldtype": "Datetime",
"in_list_view": 1,
"label": "Last Login"
"label": "Last Login",
"read_only": 1
},
{
"fieldname": "last_sync",
"fieldtype": "Datetime",
"label": "Last Sync"
"label": "Last Sync",
"read_only": 1
},
{
"fieldname": "device_type",
"fieldtype": "Data",
"label": "Device Type"
"label": "Device Type",
"read_only": 1
},
{
"fieldname": "os",
"fieldtype": "Data",
"label": "OS"
"label": "OS",
"read_only": 1
},
{
"fieldname": "os_version",
"fieldtype": "Data",
"label": "OS Version"
"label": "OS Version",
"read_only": 1
},
{
"fieldname": "column_break_5",
@ -58,7 +64,8 @@
{
"fieldname": "app_current_version",
"fieldtype": "Data",
"label": "App Current Version"
"label": "App Current Version",
"read_only": 1
},
{
"fieldname": "publish_type",
@ -77,7 +84,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-03-01 12:51:54.027555",
"modified": "2023-11-08 14:05:39.200220",
"modified_by": "Administrator",
"module": "Add Ons",
"name": "App Device",

6
smart_service/add_ons/doctype/app_preference/app_preference.json

@ -25,7 +25,9 @@
{
"fieldname": "application_server_url",
"fieldtype": "Data",
"label": "Application Server URL"
"in_list_view": 1,
"label": "Application Server URL",
"reqd": 1
},
{
"fieldname": "update_server_url",
@ -98,7 +100,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
"modified": "2022-07-06 13:59:24.139229",
"modified": "2023-11-08 14:03:45.442889",
"modified_by": "Administrator",
"module": "Add Ons",
"name": "App Preference",

5
smart_service/masters/doctype/custom_languages/custom_languages.json

@ -25,7 +25,8 @@
"in_standard_filter": 1,
"label": "Lang Code",
"options": "Language",
"reqd": 1
"reqd": 1,
"set_only_once": 1
},
{
"fieldname": "column_break_2",
@ -90,7 +91,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2023-07-11 15:55:25.503377",
"modified": "2023-11-08 14:08:58.792793",
"modified_by": "Administrator",
"module": "Masters",
"name": "Custom Languages",

3
smart_service/masters/doctype/drive/drive.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{drive}",
"creation": "2021-10-28 13:22:52.454082",
"doctype": "DocType",
@ -43,7 +42,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-03-28 16:16:40.291574",
"modified": "2023-11-08 14:00:38.435142",
"modified_by": "Administrator",
"module": "Masters",
"name": "Drive",

3
smart_service/masters/doctype/fuel/fuel.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format: {fuel}",
"creation": "2021-10-28 13:06:03.207653",
"doctype": "DocType",
@ -44,7 +43,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-03-28 16:16:24.261317",
"modified": "2023-11-08 13:56:20.882519",
"modified_by": "Administrator",
"module": "Masters",
"name": "Fuel",

4
smart_service/masters/doctype/procedure_name/procedure_name.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{procedure_name}",
"creation": "2022-07-06 12:53:36.916465",
"doctype": "DocType",
@ -19,12 +18,13 @@
"in_preview": 1,
"label": "Procedure Name",
"reqd": 1,
"set_only_once": 1,
"unique": 1
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-07-06 12:53:36.916465",
"modified": "2023-11-08 15:04:12.123682",
"modified_by": "Administrator",
"module": "Masters",
"name": "Procedure Name",

4
smart_service/masters/doctype/procedure_step_name/procedure_step_name.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{step_name}",
"creation": "2022-07-06 12:56:39.780095",
"doctype": "DocType",
@ -19,12 +18,13 @@
"in_preview": 1,
"label": "Step Name",
"reqd": 1,
"set_only_once": 1,
"unique": 1
}
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-07-06 12:56:39.780095",
"modified": "2023-11-08 15:04:29.660451",
"modified_by": "Administrator",
"module": "Masters",
"name": "Procedure Step Name",

3
smart_service/masters/doctype/sub_systems/sub_systems.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{sub_system_name}",
"creation": "2021-10-28 13:38:29.929359",
"doctype": "DocType",
@ -43,7 +42,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-03-28 16:18:17.899428",
"modified": "2023-11-08 14:01:19.359553",
"modified_by": "Administrator",
"module": "Masters",
"name": "Sub Systems",

3
smart_service/masters/doctype/systems/systems.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{system_name}",
"creation": "2021-10-28 13:30:53.639882",
"doctype": "DocType",
@ -60,7 +59,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-04-01 13:01:57.103930",
"modified": "2023-11-08 14:01:08.915044",
"modified_by": "Administrator",
"module": "Masters",
"name": "Systems",

3
smart_service/masters/doctype/transmission/transmission.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"autoname": "format:{transmission}",
"creation": "2021-10-28 13:17:21.403818",
"doctype": "DocType",
@ -43,7 +42,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-03-28 16:17:00.779363",
"modified": "2023-11-08 14:00:15.698582",
"modified_by": "Administrator",
"module": "Masters",
"name": "Transmission",

3
smart_service/masters/doctype/variant/variant.json

@ -1,7 +1,6 @@
{
"actions": [],
"allow_import": 1,
"allow_rename": 1,
"creation": "2021-10-28 12:45:38.664344",
"doctype": "DocType",
"editable_grid": 1,
@ -102,7 +101,7 @@
],
"index_web_pages_for_search": 1,
"links": [],
"modified": "2022-04-09 16:55:08.379111",
"modified": "2023-11-08 13:55:34.066566",
"modified_by": "Administrator",
"module": "Masters",
"name": "Variant",

Loading…
Cancel
Save