fix(purchase_receipt): add internal_and_external_links field to show purchase invoice connection count

This commit is contained in:
Karuppasamy B
2025-11-13 01:16:48 +05:30
parent 4ba4aef151
commit 6c1620ab8c

View File

@@ -18,6 +18,9 @@ def get_data():
"Purchase Order": ["items", "purchase_order"],
"Project": ["items", "project"],
},
"internal_and_external_links": {
"Purchase Invoice": ["items", "purchase_invoice"],
},
"transactions": [
{
"label": _("Related"),