Daily updates from Odoo
Wednesday, July 16, 2025
1 change · saas-18.3
Enhancements to existing features
This update improves the internal testing setup for Point of Sale appointment features, making it easier to verify related services, models, and components independently. It helps future changes be tested more reliably, reducing the risk of regressions for PoS-related functionality.
Original PR description
Improved test hoots in PoS to test model and service functions. It is now possible to access the `pos_store` via `getService(“pos”)`. This will automatically load mocked data and information on the various models. Components can also be mounted independently of the rest of the application, so that their functions can be tested. For the moment, only `point_of_sale` models are loaded, but the implementation is designed to be patched from other PoS modules.