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.
This commit is contained in:
Ankush Menat
2025-02-28 10:27:57 +05:30
committed by GitHub
parent fcf374928f
commit ded0aab680

View File

@@ -1625,6 +1625,5 @@
"states": [],
"timeline_field": "customer",
"title_field": "customer_name",
"track_changes": 1,
"track_seen": 1
}
"track_changes": 1
}