mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-28 22:28:24 +00:00
feat: add Purchase Team root node as default fixture on install
Mirrors the Sales Person/Sales Team fixture so fresh installs get a root "Purchase Team" group node for the Purchase Person tree. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -248,6 +248,13 @@ def get_preset_records(country=None):
|
|||||||
"is_group": 1,
|
"is_group": 1,
|
||||||
"parent_sales_person": "",
|
"parent_sales_person": "",
|
||||||
},
|
},
|
||||||
|
# Purchase Person
|
||||||
|
{
|
||||||
|
"doctype": "Purchase Person",
|
||||||
|
"purchase_person_name": _("Purchase Team"),
|
||||||
|
"is_group": 1,
|
||||||
|
"parent_purchase_person": "",
|
||||||
|
},
|
||||||
# Mode of Payment
|
# Mode of Payment
|
||||||
{
|
{
|
||||||
"doctype": "Mode of Payment",
|
"doctype": "Mode of Payment",
|
||||||
|
|||||||
Reference in New Issue
Block a user