refactor: Rename 'include_in_import_template' to 'in_import_template'

This commit is contained in:
Sumit Jain 2026-04-24 13:34:42 +05:30
parent df2947b546
commit 78b81fc7cf
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@
"print_hide",
"print_hide_if_no_value",
"report_hide",
"include_in_import_template",
"in_import_template",
"column_break_28",
"depends_on",
"collapsible",
@ -645,7 +645,7 @@
{
"default": "0",
"description": "Enable this option to include the field in the data import template",
"fieldname": "include_in_import_template",
"fieldname": "in_import_template",
"fieldtype": "Check",
"label": "Include in Import Template"
}
@ -655,7 +655,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2026-04-07 15:23:18.264098",
"modified": "2026-04-24 13:21:02.590853",
"modified_by": "Administrator",
"module": "Core",
"name": "DocField",

View file

@ -83,10 +83,10 @@ class DocField(Document):
ignore_xss_filter: DF.Check
in_filter: DF.Check
in_global_search: DF.Check
in_import_template: DF.Check
in_list_view: DF.Check
in_preview: DF.Check
in_standard_filter: DF.Check
include_in_import_template: DF.Check
is_virtual: DF.Check
label: DF.Data | None
length: DF.Int