Wednesday, September 11, 2024
2 changes · saas-17.2
Resolved issues and error corrections
Fixed a display issue where some parts of the spreadsheet comment thread popover could still appear with dark-mode styling. This keeps comments visually consistent and easier to read for users working in spreadsheets.
Original PR description
We overwrite the CSS of the thread popover to prevent it from being displayed in dark mode, but we missed the CSS of some elements. Task: [4111072](https://www.odoo.com/web#id=4111072&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form)
Kitchen receipts in Point of Sale now handle very long product names without text overlapping other lines. This keeps order preparation tickets readable for restaurant staff and reduces confusion in the kitchen.
Original PR description
When printing order changes that contains a product with a really long name, the product name would overlap on the kitchen receipt. Steps to reproduce: ------------------- * Modify the name of a product so that it is really long * Setup a kitchen printer on a PoS restaurant * Add some product on an order and send the order in preparation > Observation: The kitchen receipt has overlapping lines Why the fix: ------------ We make sure to hide the overflowing text so that it is not overlapping on other lines. opw-4136775 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr