feat: add Maintenance Visit link in Sales Order dashboard
This commit is contained in:
parent
5bf0a51ed4
commit
12f7aeb147
@ -10,6 +10,7 @@ def get_data():
|
||||
'Payment Entry': 'reference_name',
|
||||
'Payment Request': 'reference_name',
|
||||
'Auto Repeat': 'reference_document',
|
||||
'Maintenance Visit': 'prevdoc_docname'
|
||||
},
|
||||
'internal_links': {
|
||||
'Quotation': ['items', 'prevdoc_docname']
|
||||
@ -17,7 +18,7 @@ def get_data():
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('Fulfillment'),
|
||||
'items': ['Sales Invoice', 'Pick List', 'Delivery Note']
|
||||
'items': ['Sales Invoice', 'Pick List', 'Delivery Note', 'Maintenance Visit']
|
||||
},
|
||||
{
|
||||
'label': _('Purchasing'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user