Thursday, September 7, 2023
3 changes · master
Enhancements to existing features
The accounting dashboard wording is updated so cash journals use clearer terminology instead of language that could be confused with bank statements. This helps users distinguish cash and bank journal concepts more easily in day-to-day accounting workflows.
Original PR description
To avoid confusion between the concepts of journal cash and bank , I propose a change in terminology for the type of journal cash. 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
Chat windows can now be scrolled with common keyboard keys such as Page Up, Page Down, Home, and End. This makes conversations easier to navigate and improves accessibility for users who rely on keyboard controls.
Original PR description
Before this PR, it was not possible to scroll a chat window using page down/page up, home or end keys. This is because the thread component that is scrollable cannot became an activeElement. This PR fix this by adding a tabindex="0" on the scrollable element. Task-3468978
This update removes an old helper that was only used by legacy web tests. The affected tests have been moved to the newer WOWL approach, reducing maintenance overhead without changing business-facing behavior.
Original PR description
This util was used in : - owl_dialog_tests - field_one2many_tests - relational_fields_tests - gantt_tests (enterprise) These files are now converted to WOWL. 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