Opportunity, added supplier quotation in the dashboard
This commit is contained in:
parent
79a3e632ed
commit
5b5f3743dd
@ -1,11 +1,14 @@
|
|||||||
from frappe import _
|
from frappe import _
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
'fieldname': 'prevdoc_docname',
|
'fieldname': 'opportunity',
|
||||||
|
'non_standard_fieldnames': {
|
||||||
|
'Quotation': 'prevdoc_docname'
|
||||||
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
'label': _('Related'),
|
||||||
'items': ['Quotation']
|
'items': ['Quotation', 'Supplier Quotation']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user