mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
18 lines
248 B
Python
18 lines
248 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'
|
|
}
|