Monday, May 18, 2020
5 changes · master
Resolved issues and error corrections
This update changes a warning message in the Time Off app to use the term “time off” instead of “leave.” It keeps wording consistent and easier for employees and managers to understand.
Original PR description
Followup on a3daff6bc121a42bf293ca91b8f522c26bac7c8a Use `time off` word instead of 'leave'. 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
Fixes issues in the Website countdown snippet editor so users no longer see an extra blank area when dragging a custom countdown block. It also prevents an error when resetting the background color for countdown snippets using the box layout, making page editing more reliable.
Original PR description
in this commit: - remove extra blank canvas from section, while dragging a custom countdown snippet. - fix traceback error while reset a layout background color of box layout countdown snippet. task-2227149 Closes #50907 Co-authored-by: dwa-odoo <dwa@odoo.com> 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
Bank reconciliation rules now handle statement line amounts and currencies more reliably. This prevents transactions in different currencies from being incorrectly matched just because their numbers look similar, reducing accounting errors.
Original PR description
Following the changes made by https://github.com/odoo/odoo/commit/caeb782841fc5a7ad71a196e2c9ee67644ef9074
This fixes an issue where older color settings were not properly cleared when users edited website snippets. It also makes matching legacy colors appear selected when they correspond to a current theme color, helping users see and manage existing designs more reliably.
Original PR description
Colorpalette compatibility system was broken so old color classes were not removed from snippets when being edited. The bug was introduced by [1]. Also if a compatibility color class happens to use the same css color as a current theme class, that one will now be shown as selected. [1]: https://github.com/odoo/odoo/commit/c20423313cf10f262e615badc0397e6ba4ef4087
Point of Sale sessions with a configured customer display no longer show an error when opened. This helps stores using customer-facing screens start checkout smoothly without disruption.
Original PR description
An error showed when opening a POS with a customer display configured.