Daily updates from Odoo
Wednesday, February 26, 2025
3 changes
2 changes
Code cleanup and technical improvements
This update refactors and cleans internal code for India reporting features, including GST returns, asset handling, and related configuration flows. It is intended to improve maintainability and reliability without introducing major visible changes for business users.
Original PR description
Technical improvement and cleaning up some stuffs :broom:
This update removes an outdated internal testing flag and adjusts related automated tests and safeguards across several Odoo Enterprise apps. It helps keep the platform aligned with newer core behavior while reducing maintenance complexity, with no expected day-to-day impact for business users.
Original PR description
odoo/odoo#186884 task-4270485
1 change
Code cleanup and technical improvements
This update simplifies internal tests for website tour behavior so they wait for tours to finish in a more direct way. It does not change user-facing features, but helps developers maintain test coverage more reliably and clearly.
Original PR description
In this commit, we adapt the unit tests to use macro.isComplete. In all these tests, what we want to verify in the end is that the macro or tour has performed as expected. This allows to remove all await advanceTime() or await animationFrame() and makes the tests much clearer. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr