Merge pull request #52931 from frappe/mergify/bp/version-16-hotfix/pr-52930

fix: remove form tour for sales and purchase order (backport #52930)
This commit is contained in:
rohitwaghchaure
2026-02-24 17:45:33 +05:30
committed by GitHub
13 changed files with 15 additions and 168 deletions

View File

@@ -1,76 +0,0 @@
{
"creation": "2026-02-22 17:08:01.825015",
"docstatus": 0,
"doctype": "Form Tour",
"first_document": 0,
"idx": 0,
"include_name_field": 0,
"is_standard": 1,
"list_name": "List",
"modified": "2026-02-22 18:25:11.421464",
"modified_by": "Administrator",
"module": "Buying",
"name": "Purchase Order",
"new_document_form": 0,
"owner": "Administrator",
"reference_doctype": "Purchase Order",
"report_name": "",
"save_on_complete": 1,
"steps": [
{
"description": "Select a Supplier",
"fieldname": "supplier",
"fieldtype": "Link",
"has_next_condition": 0,
"hide_buttons": 0,
"is_table_field": 0,
"label": "Supplier",
"modal_trigger": 0,
"next_on_click": 0,
"offset_x": 0,
"offset_y": 0,
"popover_element": 0,
"position": "Right",
"title": "Supplier",
"ui_tour": 0
},
{
"description": "Set the \"Required By\" date for the materials. This sets the \"Required By\" date for all the items.\n",
"fieldname": "schedule_date",
"fieldtype": "Date",
"has_next_condition": 0,
"hide_buttons": 0,
"is_table_field": 0,
"label": "Required By",
"modal_trigger": 0,
"next_on_click": 0,
"offset_x": 0,
"offset_y": 0,
"popover_element": 0,
"position": "Top Right",
"title": "Required By",
"ui_tour": 0
},
{
"description": "Items to be purchased can be added here.",
"fieldname": "items",
"fieldtype": "Table",
"has_next_condition": 0,
"hide_buttons": 0,
"is_table_field": 0,
"label": "Items",
"modal_trigger": 0,
"next_on_click": 0,
"offset_x": 0,
"offset_y": 0,
"popover_element": 0,
"position": "Bottom",
"title": "Items Table",
"ui_tour": 0
}
],
"title": "Purchase Order",
"track_steps": 0,
"ui_tour": 0,
"view_name": "Workspaces"
}

View File

@@ -12,7 +12,7 @@
"doctype": "Module Onboarding",
"idx": 0,
"is_complete": 0,
"modified": "2026-02-23 22:51:40.644920",
"modified": "2026-02-24 16:57:55.172763",
"modified_by": "Administrator",
"module": "Buying",
"name": "Buying Onboarding",

View File

@@ -8,7 +8,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 20:30:37.698459",
"modified": "2026-02-24 16:57:14.098288",
"modified_by": "Administrator",
"name": "Create Item",
"owner": "Administrator",

View File

@@ -4,17 +4,17 @@
"creation": "2026-02-19 12:13:44.068135",
"docstatus": 0,
"doctype": "Onboarding Step",
"form_tour": "Purchase Order",
"form_tour": "",
"idx": 2,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:16:40.891958",
"modified": "2026-02-24 16:57:37.904322",
"modified_by": "Administrator",
"name": "Create Purchase Order",
"owner": "Administrator",
"reference_document": "Purchase Order",
"show_form_tour": 1,
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Purchase Order",
"validate_action": 1

View File

@@ -8,7 +8,7 @@
"is_complete": 0,
"is_single": 1,
"is_skipped": 0,
"modified": "2026-02-23 22:16:40.845870",
"modified": "2026-02-24 16:57:14.031766",
"modified_by": "Administrator",
"name": "Review Buying Settings",
"owner": "Administrator",

View File

@@ -1,77 +0,0 @@
{
"creation": "2026-02-22 17:13:52.268911",
"docstatus": 0,
"doctype": "Form Tour",
"first_document": 0,
"idx": 0,
"include_name_field": 0,
"is_standard": 1,
"list_name": "List",
"modified": "2026-02-22 18:24:10.811411",
"modified_by": "Administrator",
"module": "Selling",
"name": "Sales Order",
"new_document_form": 0,
"owner": "Administrator",
"reference_doctype": "Sales Order",
"report_name": "",
"save_on_complete": 1,
"steps": [
{
"description": "Select a customer.",
"fieldname": "customer",
"fieldtype": "Link",
"has_next_condition": 1,
"hide_buttons": 0,
"is_table_field": 0,
"label": "Customer",
"modal_trigger": 0,
"next_on_click": 0,
"next_step_condition": "customer",
"offset_x": 0,
"offset_y": 0,
"popover_element": 0,
"position": "Right",
"title": "Select Customer",
"ui_tour": 0
},
{
"description": "Set the \"Delivery Date\" for the items. This sets the \"Delivery Date\" for all the line items.",
"fieldname": "delivery_date",
"fieldtype": "Date",
"has_next_condition": 0,
"hide_buttons": 0,
"is_table_field": 0,
"label": "Delivery Date",
"modal_trigger": 0,
"next_on_click": 0,
"offset_x": 0,
"offset_y": 0,
"popover_element": 0,
"position": "Top Right",
"title": "Select Delivery Date",
"ui_tour": 0
},
{
"description": "You can add items here.",
"fieldname": "items",
"fieldtype": "Table",
"has_next_condition": 0,
"hide_buttons": 0,
"is_table_field": 0,
"label": "Items",
"modal_trigger": 0,
"next_on_click": 0,
"offset_x": 0,
"offset_y": 0,
"popover_element": 0,
"position": "Bottom",
"title": "List of items",
"ui_tour": 0
}
],
"title": "Sales Order",
"track_steps": 0,
"ui_tour": 0,
"view_name": "Workspaces"
}

View File

@@ -12,7 +12,7 @@
"doctype": "Module Onboarding",
"idx": 1,
"is_complete": 0,
"modified": "2026-02-23 22:51:47.297028",
"modified": "2026-02-24 16:57:50.753045",
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Onboarding",

View File

@@ -9,7 +9,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 19:27:53.808219",
"modified": "2026-02-24 16:57:14.111070",
"modified_by": "Administrator",
"name": "Create Customer",
"owner": "Administrator",

View File

@@ -8,7 +8,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 20:30:37.698459",
"modified": "2026-02-24 16:57:14.098288",
"modified_by": "Administrator",
"name": "Create Item",
"owner": "Administrator",

View File

@@ -8,7 +8,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:16:40.931428",
"modified": "2026-02-24 16:57:14.087292",
"modified_by": "Administrator",
"name": "Create Sales Invoice",
"owner": "Administrator",

View File

@@ -4,17 +4,17 @@
"creation": "2026-02-20 13:41:48.164961",
"docstatus": 0,
"doctype": "Onboarding Step",
"form_tour": "Sales Order",
"form_tour": "",
"idx": 1,
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 20:22:32.252346",
"modified": "2026-02-24 16:57:29.877286",
"modified_by": "Administrator",
"name": "Create Sales Order",
"owner": "Administrator",
"reference_document": "Sales Order",
"show_form_tour": 1,
"show_form_tour": 0,
"show_full_form": 1,
"title": "Create Sales Order",
"validate_action": 1

View File

@@ -8,7 +8,7 @@
"is_complete": 0,
"is_single": 1,
"is_skipped": 0,
"modified": "2026-02-23 20:41:50.847375",
"modified": "2026-02-24 16:57:14.062699",
"modified_by": "Administrator",
"name": "Review Selling Settings",
"owner": "Administrator",

View File

@@ -8,7 +8,7 @@
"is_complete": 0,
"is_single": 0,
"is_skipped": 0,
"modified": "2026-02-23 22:44:22.792553",
"modified": "2026-02-24 16:57:14.075341",
"modified_by": "Administrator",
"name": "View Sales Order Analysis",
"owner": "Administrator",