From ded0aab680932730273c6544256632b72ebed5e5 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Fri, 28 Feb 2025 10:27:57 +0530 Subject: [PATCH] perf: don't track seen for POS Invoice (#46187) This is a moving doctype. Do people even browse the list view? It doesn't make much sense, either. POS INvoices are rarely "reviewed" by multiple users. --- erpnext/accounts/doctype/pos_invoice/pos_invoice.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/erpnext/accounts/doctype/pos_invoice/pos_invoice.json b/erpnext/accounts/doctype/pos_invoice/pos_invoice.json index b98e0f9776b..684b0b0ff49 100644 --- a/erpnext/accounts/doctype/pos_invoice/pos_invoice.json +++ b/erpnext/accounts/doctype/pos_invoice/pos_invoice.json @@ -1625,6 +1625,5 @@ "states": [], "timeline_field": "customer", "title_field": "customer_name", - "track_changes": 1, - "track_seen": 1 -} \ No newline at end of file + "track_changes": 1 +}