Tuesday, December 1, 2020
2 changes · master
Enhancements to existing features
Closing the website editor no longer leaves behind a browser warning when users try to leave the page. This removes an unnecessary interruption and makes the editing experience smoother.
Original PR description
Avoid having a warning pop-up after the wysiwyg editor is closed. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Product ribbons in the website shop now show a readable label based on their HTML content instead of a generic technical record number. This makes back-office lists easier to understand and helps staff identify ribbons more quickly.
Original PR description
Model `product.ribbon` doesn't have 'name' field or '_rec_name' which displays record like `product.ribbon,1` in list. Now, we are using `html` field for display. Fixes #60204 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr