Friday, December 8, 2023
1 change · 17.0
Code cleanup and technical improvements
This change makes an existing drag-and-sort testing helper available for reuse by other Odoo areas. It helps teams share the same test behavior across modules, reducing duplication and keeping future test coverage more consistent.
Original PR description
Exports the `sortableDrag` function, so it can be used in other modules (like account_reports for example). --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr