brotherton-erpnext/erpnext/domains/distribution.py
2022-03-28 18:52:46 +05:30

17 lines
271 B
Python

data = {
"desktop_icons": [
"Item",
"Customer",
"Supplier",
"Lead",
"Sales Order",
"Purchase Order",
"Task",
"Sales Invoice",
"CRM",
"ToDo",
],
"set_value": [["Stock Settings", None, "show_barcode_field", 1]],
"default_portal_role": "Customer",
}