Monday, November 22, 2021
4 changes · master
Resolved issues and error corrections
This update adjusts an internal CRM performance test so it matches expected database activity more accurately. It helps reduce false test failures in automated checks, supporting smoother maintenance and more reliable releases.
Original PR description
In one week, this test failed about 4 times, seems mainly on nightly enterprise. Let us update counter accordingly.
The sales order button on project updates now opens correctly instead of showing an error. This prevents disruption for users checking related sales orders from project status updates.
Original PR description
Currently, when we click on 'sales order' stat button of 'project.update' it shows traceback because action name is incorrect. In this commit, action is renamed-[odoo@3d10c7c](https://github.com/odoo/odoo/commit/3d10c7c70884993f1290a4fd430a1c52247a8420# ) closes #79739 task-2689432
The French FEC import now accepts client files with longer journal codes, monthly grouping, and negative amounts. This reduces failed imports and gives clearer encoding error details when a file cannot be read.
Original PR description
A file from a client had different requirements: 1) Journal Codes were longer than 5 chars, so they will be converted to 5 chars long alternatives. ex. `PACMAN` -> `PAC01` (`PAC02` if it already exists and so on) 2) Some of the journals have the lines grouped by month instead of days 3) Some lines have negative amounts, they must be inverted
This fixes an issue where the Message tab was not shown when users selected the send SMS option in account follow-up workflows. The change ensures users can access the expected message content area, reducing confusion when preparing customer follow-up communications.
Original PR description
Oversight of commit https://github.com/odoo/enterprise/commit/9cf821ee0485373a4674bff1c5f8f3bdc2527075 Task: 2669223