mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
@@ -20,14 +20,8 @@ def get_data():
|
|||||||
"Blanket Order": ["items", "blanket_order"],
|
"Blanket Order": ["items", "blanket_order"],
|
||||||
},
|
},
|
||||||
"transactions": [
|
"transactions": [
|
||||||
{
|
{"label": _("Related"), "items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]},
|
||||||
"label": _("Related"),
|
{"label": _("Payment"), "items": ["Payment Entry", "Journal Entry", "Payment Request"]},
|
||||||
"items": ["Purchase Receipt", "Purchase Invoice", "Sales Order"]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"label": _("Payment"),
|
|
||||||
"items": ["Payment Entry", "Journal Entry", "Payment Request"]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"label": _("Reference"),
|
"label": _("Reference"),
|
||||||
"items": ["Supplier Quotation", "Project", "Auto Repeat"],
|
"items": ["Supplier Quotation", "Project", "Auto Repeat"],
|
||||||
|
|||||||
Reference in New Issue
Block a user