Merge pull request #46716 from barredterra/dunning-customer-dashboard

feat(Customer): add Dunning to dashboard
This commit is contained in:
ruthra kumar
2025-04-06 15:50:45 +05:30
committed by GitHub

View File

@@ -18,7 +18,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"],