Thursday, June 3, 2021
4 changes
Resolved issues and error corrections
This fixes an automated test for the French FEC import module after a separate accounting tax closing change started creating an extra automatic entry. The adjustment keeps test results reliable without changing the FEC import behavior for users.
Original PR description
A new automatic entry was generated that has nothing to do with fec import. Chage of bahavior introduced here ad5cba918fed0ecd1cd45a16cf10e449ff000728
This fixes an issue in mass mailing email themes where changing snippet background colors could leave unwanted white borders or fail to update the visible column color. Business users creating marketing emails should see more reliable visual editing and cleaner email designs.
Original PR description
This fixes the cases where the colorpicker was not working as expected in mass mailing themes. Community PR: https://github.com/odoo/odoo/pull/71500
This fixes an incorrect company compatibility check on social media posts. It helps prevent valid posts from being blocked or invalid company combinations from being handled incorrectly in multi-company setups.
Original PR description
Bug === The constrain related to the multi-company of the social post is wrong. The operator "<" it not commutative. The condition "a < b" is not equivalent as "not (a >= b)"
This fixes how Documents Spreadsheet requests display names when spreadsheet data refers to multiple records. Users should see the correct record names in pivot-related spreadsheet views instead of errors or missing labels.
Original PR description
name_get was not properly called from the client when the argumments represented a recordset instead of a single record. taskId: [2550986](https://www.odoo.com/web#id=2550986&action=333&active_id=2328&model=project.task&view_type=form&cids=1&menu_id=4720)