Tuesday, May 23, 2023
3 changes · master
New functionality added to Odoo
Point of Sale now supports online payment flows, allowing customers to pay through a payment portal linked to POS orders. This helps businesses offer more flexible checkout options and better track related payments and transactions from POS configuration and order screens.
Original PR description
Temporary pull request
Users can now double-click images in editable web content to view them in a full-screen preview instead of opening the replacement flow. A new toolbar icon also gives users a clear way to preview images, while the replacement option remains available separately.
Original PR description
Enterprise PR: https://github.com/odoo/enterprise/pull/40450 When double-clicking on an image, display it "full screen" (similar to clicking on an image in the attachments list). This replaces the current behavior (which is to open the media selector to replace the current image - the Replace action remains available in the toolbar). In the toolbar for images, display an icon that users can click on to open the full screen preview as well. task-3109331 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A new debug menu option lets users inspect which asset bundles are loaded and how large they are. This helps teams diagnose page performance issues more easily by identifying heavy resources during troubleshooting.
Original PR description
Description of the issue/feature this PR addresses: Added an option in the debug menu to show the different bundles/assets loaded and their size --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr