brotherton-erpnext/erpnext/domains/distribution.py

21 lines
315 B
Python
Raw Normal View History

from __future__ import unicode_literals
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'
}