fix: remove old ref links

This commit is contained in:
Gursheen Anand
2024-02-26 17:39:08 +05:30
parent 96b3a83311
commit ff0a109a13
3 changed files with 3 additions and 3 deletions

View File

@@ -8,6 +8,6 @@ def get_data():
{"label": _("Pre Sales"), "items": ["Quotation", "Supplier Quotation"]},
{"label": _("Sales"), "items": ["Sales Invoice", "Sales Order", "Delivery Note"]},
{"label": _("Purchase"), "items": ["Purchase Invoice", "Purchase Order", "Purchase Receipt"]},
{"label": _("Stock"), "items": ["Item Groups", "Item"]},
{"label": _("Stock"), "items": ["Item Group", "Item"]},
],
}

View File

@@ -11,6 +11,6 @@ def get_data():
},
"transactions": [
{"label": _("Transactions"), "items": ["Sales Invoice", "Sales Order", "Delivery Note"]},
{"label": _("References"), "items": ["POS Profile", "Subscription", "Restaurant", "Tax Rule"]},
{"label": _("References"), "items": ["POS Profile", "Subscription", "Tax Rule"]},
],
}

View File

@@ -6,5 +6,5 @@ def get_data():
return {
"fieldname": "license_plate",
"non_standard_fieldnames": {"Delivery Trip": "vehicle"},
"transactions": [{"items": ["Vehicle Log"]}, {"items": ["Delivery Trip"]}],
"transactions": [{"items": ["Delivery Trip"]}],
}