feat(Customer): add Dunning to dashboard

(cherry picked from commit 638d825d8c)
This commit is contained in:
barredterra
2025-03-25 11:12:35 +01:00
committed by Mergify
parent 8617ea5685
commit 1128b5f09c

View File

@@ -15,7 +15,7 @@ def get_data():
"transactions": [
{"label": _("Pre Sales"), "items": ["Opportunity", "Quotation"]},
{"label": _("Orders"), "items": ["Sales Order", "Delivery Note", "Sales Invoice"]},
{"label": _("Payments"), "items": ["Payment Entry", "Bank Account"]},
{"label": _("Payments"), "items": ["Payment Entry", "Bank Account", "Dunning"]},
{
"label": _("Support"),
"items": ["Issue", "Maintenance Visit", "Installation Note", "Warranty Claim"],