Files
erpnext/erpnext/selling/module_onboarding/selling_onboarding/selling_onboarding.json
Rohit Waghchaure aac7fc30d5 fix: remove form tour for sales and purchase order
(cherry picked from commit ed7315d78e)
2026-02-24 11:53:56 +00:00

42 lines
665 B
JSON

{
"allow_roles": [
{
"role": "Sales Manager"
},
{
"role": "Sales User"
}
],
"creation": "2026-02-20 13:37:52.144254",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 1,
"is_complete": 0,
"modified": "2026-02-24 16:57:50.753045",
"modified_by": "Administrator",
"module": "Selling",
"name": "Selling Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Create Customer"
},
{
"step": "Create Item"
},
{
"step": "Create Sales Order"
},
{
"step": "Create Sales Invoice"
},
{
"step": "View Sales Order Analysis"
},
{
"step": "Review Selling Settings"
}
],
"title": "Selling Setup!"
}