Sunday, July 12, 2026
2 changes · 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
Documentation and clarification updates
This pull request represents a legal compliance action (CLA) signed by jota2rz. It ensures that the code changes align with Odoo's licensing terms. This update is part of a larger effort to maintain legal compliance within the Odoo project.
Original PR description
Signing again at 19.0 to be able to continue with this PR: https://github.com/odoo/enterprise/pull/123387 Forward-Port-Of: odoo/odoo#275490