Tuesday, September 26, 2023
2 changes · master
New functionality added to Odoo
Spreadsheet users can now remove duplicate rows directly from the data menu, making it easier to clean selected data without manual review. Notifications were also adjusted so messages can better control whether they stay visible or disappear automatically.
Original PR description
[IMP] remove duplicate: add the remove duplicate functionality Add a new feature in the data menu allowing to remove duplicate rows in the selection part of task 2984935 Co-authored-by: Anthony Hendrickx (anhe) <anhe@odoo.com> [REF/IMP] notify: change behavior Currently the payload allowing to notify the user is composed of a text and a tag. The tag, when it is the same, avoids renotifying the user. We believe that it is the responsibility of the notifying element to relaunch a notification or not. So we remove this tag in this commit. Also we add in the payload a "sticky" attribute indicating if the notification should or should not clear itself after some time part of task 2984935 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
Users can now add images directly over spreadsheet cells from the interface, using files from their computer. Images are saved in Odoo and can be resized proportionally, copied, cut, pasted, reset, or deleted, making spreadsheets more flexible for visual content.
Original PR description
Description of the issue/feature this PR addresses: Add the insertion of image in spreadsheet. Desired behavior after PR is merged: Can insert an image over cells from the UI. The resize of image from a corner anchor keep his ratio. The user can choose an image from his computer. FileUploader save the image in Odoo. Can copy cut paste reset_size and delete images. Figure of image don't have border. Odoo task ID: [2955759](https://www.odoo.com/web#id=2955759&cids=1&model=project.task&view_type=form) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr