Friday, November 29, 2024
3 changes · master
Enhancements to existing features
Copy-to-clipboard buttons now use a clipboard icon instead of a clone icon across several Odoo apps. This makes the button purpose clearer for users and improves consistency in the interface.
Original PR description
* = account_reports, appointment, documents, knowledge, spreadsheet_dashboard_edition Buttons that copy text to the clipboard were previously using the fa-clone icon, which was incorrect. Updated these icons to fa-clipboard. task-3181092
The Documents app no longer carries outdated skipped mobile tests from the previous testing system. This keeps the test setup cleaner and reduces maintenance work after the move to the newer testing approach.
Original PR description
Since we have migrated all tests from QUnit to Hoot, we remove all the legacy skipped tests from qunit_mobile_suite_tests. If re-enabled, the document suite tests will have to be converted to Hoot. task-4028335
This update removes outdated styling rules related to autocomplete dropdowns in the Room module. It helps keep the interface code cleaner and prepares the module for future removal of legacy elements, with no expected functional impact for users.
Original PR description
There are some rules for the ui-autocomplete elements define on some scss files inside the /web/static/src/legacy folder linked to the jQuery-UI autocomplete dropdown. This commit cleans up these applied rules and remove it if they are not currently needed. We also plan to remove these classes in the future task-4330695