Files
schuetz3-erpnext/erpnext/domains/retail.py
Ankush Menat c07713b860 style: bulk format code with black
v13 port because otherwise backports will result in conflicts always
2022-03-29 17:29:34 +05:30

15 lines
244 B
Python

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