Merge pull request #23156 from ruchamahabal/add-maintenance-visit-link
feat: add Maintenance Visit link in Customer and Sales Order dashboards
This commit is contained in:
commit
b4a992e6a3
@ -33,7 +33,7 @@ def get_data():
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Support'),
|
'label': _('Support'),
|
||||||
'items': ['Issue']
|
'items': ['Issue', 'Maintenance Visit']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Projects'),
|
'label': _('Projects'),
|
||||||
|
@ -10,6 +10,7 @@ def get_data():
|
|||||||
'Payment Entry': 'reference_name',
|
'Payment Entry': 'reference_name',
|
||||||
'Payment Request': 'reference_name',
|
'Payment Request': 'reference_name',
|
||||||
'Auto Repeat': 'reference_document',
|
'Auto Repeat': 'reference_document',
|
||||||
|
'Maintenance Visit': 'prevdoc_docname'
|
||||||
},
|
},
|
||||||
'internal_links': {
|
'internal_links': {
|
||||||
'Quotation': ['items', 'prevdoc_docname']
|
'Quotation': ['items', 'prevdoc_docname']
|
||||||
@ -17,7 +18,7 @@ def get_data():
|
|||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Fulfillment'),
|
'label': _('Fulfillment'),
|
||||||
'items': ['Sales Invoice', 'Pick List', 'Delivery Note']
|
'items': ['Sales Invoice', 'Pick List', 'Delivery Note', 'Maintenance Visit']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'label': _('Purchasing'),
|
'label': _('Purchasing'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user