Tuesday, September 16, 2025
1 change · saas-18.4
Enhancements to existing features
This update adds automated checks for point-of-sale event registration, ticket selection, and event product creation. These tests help ensure event-related sales flows continue to work correctly as the system evolves, reducing the risk of regressions for businesses using events in POS.
Original PR description
In this commit: ------------ - We are adding hoot test cases to verify that components return values according to the passed parameters for components like `event_configurator_popup`, `event_registration_popup`, and `event_slot_selection_popup`. - Also, we are adding a test for the `addProductToOrder` method available in the `product_screen` component to ensure the order line is added to the order seamlessly. - Then, we are adding a test for the `createDummyProductForEvents` method available in the `pos_store` service to verify that the products are created for all the loaded events in the POS. task-4945631 Forward-Port-Of: odoo/odoo#220734