Daily updates from Odoo
Thursday, June 3, 2021
5 changes · master
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)"
Timesheet validation and synchronization messages were rewritten to be easier to understand and act on. Users limited to their own timesheets now only see the relevant menu, cannot edit descriptions on validated entries, and running timers are stopped automatically during validation instead of blocking the process.
Original PR description
Purpose of the PR is, User/validation errors are sometimes not correct in English and/or quite obscure and don't help the user understand/solve the issue. so some copywriting should help make the experience better. So in this PR, re-word the several validation and usererror message and also made a user with the 'timesheets > see own timesheets' access right level shouldn't have access to menus other than "My Timesheets" Also disable the edition of the description field of validated timesheets for users with the 'see own timesheets' access right level also while validating the timesheet if there is timer start on analytic line then stop the line and validate it instead of raising the notification. TaskID: 2513067 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
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)