bc4e2cd9c1
* [added] hospitality domain * [tests] wip * [tests] for restaurant * [fix] tests for new naming * [docs] added restaurant docs * [docs] added restaurant docs
19 lines
274 B
Python
19 lines
274 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'
|
|
}
|