Tuesday, June 25, 2024
4 changes · master
Resolved issues and error corrections
Peruvian cash and bank reports now use Odoo's official SUNAT bank code field instead of an older built-in code list. This helps keep reports aligned with current compliance data and reduces the risk of outdated bank codes being used.
Original PR description
Now was added the Odoo field to bank code provided by the SUNNAT, and that field must be used in the bank report. Now is used and deprecated the dict that has that codes.
An unnecessary internal log message was removed from the spreadsheet chart editing area. This helps keep browser logs cleaner without changing any user-facing spreadsheet behavior.
This update corrects an internal styling value used to control shadows in the Enterprise web interface. It has no visible impact for users, but keeps the underlying stylesheet valid and easier to maintain.
Original PR description
In commit odoo/enterprise@aab87024b9dc901dfbca9a9de9739a698989d3f4 we introduced variables to enable the box-shadows on some bootstrap components. However the property was set to `0` which is an invalid property value. The correct value is `none`. This issue doesn't have any visible impact, so it's safe to be fixed in master. task-3755095
This fix keeps the new message separator appearing correctly in WhatsApp conversations, even after many messages are sent. It also updates the related automated test so it matches the corrected notification behavior.
Original PR description
When sending a lot of messages, it can happen that the new message separator does not appear anymore. The community counterpart of this PR fixes this issue but modify a notification payload that is asserted in a whatsapp test. This PR updates this test to match the notification content. community: https://github.com/odoo/odoo/pull/170601