Purchase Order and Receipt links in Purchase Invoice dashboard
This commit is contained in:
parent
7017dc029a
commit
0075c7e659
@ -4,7 +4,6 @@ def get_data():
|
|||||||
return {
|
return {
|
||||||
'fieldname': 'purchase_invoice',
|
'fieldname': 'purchase_invoice',
|
||||||
'non_standard_fieldnames': {
|
'non_standard_fieldnames': {
|
||||||
'Delivery Note': 'against_sales_invoice',
|
|
||||||
'Journal Entry': 'reference_name',
|
'Journal Entry': 'reference_name',
|
||||||
'Payment Entry': 'reference_name',
|
'Payment Entry': 'reference_name',
|
||||||
'Payment Request': 'reference_name',
|
'Payment Request': 'reference_name',
|
||||||
@ -12,8 +11,8 @@ def get_data():
|
|||||||
'Purchase Invoice': 'return_against'
|
'Purchase Invoice': 'return_against'
|
||||||
},
|
},
|
||||||
'internal_links': {
|
'internal_links': {
|
||||||
'Purchase Order': ['items', 'sales_order'],
|
'Purchase Order': ['items', 'purchase_order'],
|
||||||
'Purchase Receipt': ['items', 'delivery_note'],
|
'Purchase Receipt': ['items', 'purchase_receipt'],
|
||||||
},
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user