bc4e2cd9c1
* [added] hospitality domain * [tests] wip * [tests] for restaurant * [fix] tests for new naming * [docs] added restaurant docs * [docs] added restaurant docs
25 lines
477 B
Python
25 lines
477 B
Python
data = {
|
|
'desktop_icons': [
|
|
'Item',
|
|
'BOM',
|
|
'Customer',
|
|
'Supplier',
|
|
'Sales Order',
|
|
'Purchase Order',
|
|
'Production Order',
|
|
'Task',
|
|
'Accounts',
|
|
'HR',
|
|
'ToDo'
|
|
],
|
|
'properties': [
|
|
{'doctype': 'Item', 'fieldname': 'manufacturing', 'property': 'collapsible_depends_on', 'value': 'is_stock_item'},
|
|
],
|
|
'set_value': [
|
|
['Stock Settings', None, 'show_barcode_field', 1]
|
|
],
|
|
'restricted_roles': [
|
|
'Manufacturing User'
|
|
],
|
|
'default_portal_role': 'Customer'
|
|
} |