Sunday, July 12, 2026
1 change · saas-19.1
Resolved issues and error corrections
The point of sale now loads only the Kenya e-invoicing classification records that are actually used by products. This reduces unnecessary data loading, helping POS sessions start more efficiently without changing cashier workflows.
Original PR description
Before `product.unspsc.code` and `l10n_ke_edi_oscu.code` records were loaded without domain, which could lead to loading all records of these models in POS, which is not necessary. This commit adds a domain to the loading of these records, so that only the records that are actually used in the products are loaded in POS. Forward-Port-Of: odoo/enterprise#123684