Files
erpnext/erpnext/buying/module_onboarding/buying_onboarding/buying_onboarding.json
Rohit Waghchaure 941a78e1a8 fix: patch to complete onboarding stpes for existing records
(cherry picked from commit d90ec49241)

# Conflicts:
#	erpnext/patches.txt
2026-02-25 12:30:24 +00:00

42 lines
675 B
JSON

{
"allow_roles": [
{
"role": "Purchase Manager"
},
{
"role": "Purchase User"
}
],
"creation": "2026-02-19 10:53:58.761773",
"docstatus": 0,
"doctype": "Module Onboarding",
"idx": 0,
"is_complete": 0,
"modified": "2026-02-25 16:59:28.328912",
"modified_by": "Administrator",
"module": "Buying",
"name": "Buying Onboarding",
"owner": "Administrator",
"steps": [
{
"step": "Create Supplier"
},
{
"step": "Create Item"
},
{
"step": "Create Purchase Order"
},
{
"step": "Create Purchase Invoice"
},
{
"step": "View Purchase Order Analysis"
},
{
"step": "Review Buying Settings"
}
],
"title": "Buying Setup"
}