Commit Graph

11 Commits

Author SHA1 Message Date
52565d3f92 refactor: replace odoo.osv.expression with odoo.fields.Domain for domain filtering logic 2026-06-19 09:40:47 +07:00
b5fa919327 feat: add transaction-level advisory locks to sync_from_ui to prevent concurrent duplicate order processing 2026-06-19 09:27:31 +07:00
a628105429 fix: prevent duplicate customer notes in pos order processing and ignore empty entries 2026-06-17 21:34:24 +07:00
164307b46d refactor: remove unused res.partner logic from pos_ui_optimization module 2026-06-17 17:52:07 +07:00
930999b30c feat: override res.partner search to force zero loyalty member load limit in POS 2026-06-17 10:51:35 +07:00
f205e94c2b feat: aggregate line-level customer notes into order note and force visibility of customer_note field in POS orders 2026-06-16 15:39:50 +07:00
a389ad963e perf: implement aggressive POS UI optimizations including product caching, lazy loading throttling, and hardware-accelerated rendering. 2026-06-05 22:21:20 +07:00
69b6a8f3ea refactor: restrict POS paid order history to the current day instead of including yesterday 2026-06-04 14:55:14 +07:00
f8c59c560f feat: add server-side guard to prevent accidental release of occupied restaurant tables in multi-device POS setups 2026-06-03 21:17:44 +07:00
e2fd06fbd6 feat: restrict POS paid order history to the last 48 hours to optimize UI performance 2026-06-03 14:48:05 +07:00
593884ab7b feat: add configurable setting to hide Cash In/Out button in POS navbar and update portrait mode layout styles 2026-06-03 08:42:58 +07:00