bc4e2cd9c1
* [added] hospitality domain * [tests] wip * [tests] for restaurant * [fix] tests for new naming * [docs] added restaurant docs * [docs] added restaurant docs
21 lines
453 B
Python
21 lines
453 B
Python
data = {
|
|
'desktop_icons': [
|
|
'POS',
|
|
'Item',
|
|
'Customer',
|
|
'Sales Invoice',
|
|
'Purchase Order',
|
|
'Accounts',
|
|
'Task',
|
|
'ToDo'
|
|
],
|
|
'properties': [
|
|
{'doctype': 'Item', 'fieldname': 'manufacturing', 'property': 'hidden', 'value': 1},
|
|
{'doctype': 'Customer', 'fieldname': 'credit_limit_section', 'property': 'hidden', 'value': 1},
|
|
],
|
|
'set_value': [
|
|
['Stock Settings', None, 'show_barcode_field', 1]
|
|
],
|
|
'default_portal_role': 'Customer'
|
|
}
|