Friday, August 7, 2020
4 changes · master
Resolved issues and error corrections
This fix prevents the search panel from accidentally changing its saved state while preparing it for export. It helps avoid incorrect search panel behavior when views are restored, making navigation and filtering more reliable for users.
Original PR description
Having maps in its state, the search panel has to serialise its state before sending it via exportState. Before this commit, this was done on the state object in place, causing issues if the model was restored without an imported state (no re-serialisation hence having a wrong state). Now, the exported object is deep-copied from the original state. Task 2312131
The website editor now updates option controls more directly and avoids unnecessary preview notifications. This makes editing snippets feel smoother by preventing flicker when users hover or preview different design choices.
This update corrects how default values are prepared in the delivery package selection wizard. It helps ensure the delivery workflow opens with the expected information and avoids errors caused by the previous setup.
Original PR description
Finetuning of addffca4235b0f751f3ad43943ca837544b307b6 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a small issue in the employee contract signing flow where default values for the document wizard could be loaded incorrectly. It helps ensure contract documents open with the expected preset information, reducing user confusion during HR contract signing.
Original PR description
Finetuning of a8c2bceb178d2d2f0b365cd126744459dbd1626c Community PR (same problem): https://github.com/odoo/odoo/pull/55639