fix: remove dead dashboard links
This commit is contained in:
parent
cd2513ceec
commit
f8ac4c082a
@ -7,7 +7,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Manufacture'),
|
'label': _('Manufacture'),
|
||||||
'items': ['BOM', 'Work Order', 'Job Card', 'Timesheet']
|
'items': ['BOM', 'Work Order', 'Job Card']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -11,9 +11,9 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Transaction'),
|
'label': _('Transaction'),
|
||||||
'items': ['Work Order', 'Job Card', 'Timesheet']
|
'items': ['Work Order', 'Job Card',]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
'disable_create_buttons': ['BOM', 'Routing', 'Operation',
|
'disable_create_buttons': ['BOM', 'Routing', 'Operation',
|
||||||
'Work Order', 'Job Card', 'Timesheet']
|
'Work Order', 'Job Card',]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user