Browse Source

hooks file update

master
hns 3 years ago
parent
commit
87cb3bbae9
  1. 327
      smart_service/fixtures/client_script.json
  2. 108
      smart_service/fixtures/custom_field.json
  3. 1617
      smart_service/fixtures/property_setter.json
  4. 3
      smart_service/hooks.py

327
smart_service/fixtures/client_script.json

File diff suppressed because one or more lines are too long

108
smart_service/fixtures/custom_field.json

@ -0,0 +1,108 @@
[
{
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"doctype": "Custom Field",
"dt": "File",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "email_ids",
"fieldtype": "Table",
"hidden": 1,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "uploaded_to_google_drive",
"label": "email_ids",
"length": 0,
"mandatory_depends_on": null,
"modified": "2021-12-21 15:38:33.499831",
"name": "File-email_ids",
"no_copy": 0,
"non_negative": 0,
"options": "Contact Email",
"parent": null,
"parentfield": null,
"parenttype": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"translatable": 0,
"unique": 0,
"width": null
},
{
"allow_in_quick_entry": 0,
"allow_on_submit": 0,
"bold": 0,
"collapsible": 0,
"collapsible_depends_on": null,
"columns": 0,
"default": null,
"depends_on": null,
"description": null,
"docstatus": 0,
"doctype": "Custom Field",
"dt": "User",
"fetch_from": null,
"fetch_if_empty": 0,
"fieldname": "pwd",
"fieldtype": "Data",
"hidden": 1,
"hide_border": 0,
"hide_days": 0,
"hide_seconds": 0,
"ignore_user_permissions": 0,
"ignore_xss_filter": 0,
"in_global_search": 0,
"in_list_view": 0,
"in_preview": 0,
"in_standard_filter": 0,
"insert_after": "new_password",
"label": "PWD",
"length": 0,
"mandatory_depends_on": null,
"modified": "2022-02-11 19:13:04.645496",
"name": "User-pwd",
"no_copy": 0,
"non_negative": 0,
"options": "",
"parent": null,
"parentfield": null,
"parenttype": null,
"permlevel": 0,
"precision": "",
"print_hide": 0,
"print_hide_if_no_value": 0,
"print_width": null,
"read_only": 0,
"read_only_depends_on": null,
"report_hide": 0,
"reqd": 0,
"search_index": 0,
"translatable": 0,
"unique": 0,
"width": null
}
]

1617
smart_service/fixtures/property_setter.json

File diff suppressed because it is too large

3
smart_service/hooks.py

@ -190,6 +190,7 @@ user_data_fields = [
# ]
fixtures = [
"Custom Field",
"Property Setter"
"Property Setter",
"Client Script"
]

Loading…
Cancel
Save