Daily updates from Odoo
Thursday, August 3, 2023
2 changes
Enhancements to existing features
SAF-T warnings in the general ledger are now shown together in one banner instead of appearing as multiple separate alerts. This makes the warning area easier to read and helps users review export-related issues more efficiently.
Original PR description
Currently, each SAF-T warning is displayed in its own banner. Instead, we want to group all of them in the same one. task-3449817
This update standardizes how ecommerce test journeys are built across related sales modules. It reduces inconsistent test behavior and makes future ecommerce design or checkout changes easier to maintain without updating each test individually.
Original PR description
* Impose the use of the dedicated tour utils to factorize and harmonize the way tours behave on the ecommerce. * Introduce new utils when it seems adequate and useful. This will reduce incoherences and non determinism in e-commerce tours, and ease future tasks refactoring the e-commerce design and process (since we'll be able to restrict most changes to the utils instead of adapting all the tours one by one).