Thursday, September 26, 2024
4 changes · saas-17.2
Resolved issues and error corrections
This fix restores the ability for users to mark or unmark a product as a favorite from the product form. It corrects a previous restriction that was applied too broadly, improving day-to-day product management without changing broader workflows.
Original PR description
readonly was added to product template in commit 0d75323600a14dd8964b0b3d29d69aa0fde3ee45 When it should've just been on product.product, so users were no longer able to set as favorite from form view. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change reverts a previous update to internal web test routes because those routes should not change in stable versions. It helps keep testing behavior consistent for the 17.2 release without affecting everyday user workflows.
Original PR description
Test routes were not meant to be changed in stable (17.2 and 17.4). This reverts commit d9035ae6b4a506044da4a499f112c3ac1f0e0b5d. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale receipts can now be printed through the web browser when an ePoS printer encounters an error. This prevents failed printer connections from blocking receipt printing, helping stores keep checkout operations moving smoothly.
Original PR description
Before this commit, if there was an issue with printing via an ePoS printer, the system did not allow for printing the receipt through the web as a fallback. This was due to the erroneous passing of the error object instead of the receipt content. opw-4209073 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Restores the ability to mark and unmark products as favorites directly from the product form. This fixes a regression so users can continue using the familiar star button workflow without interruption.
Original PR description
A change was made in https://github.com/odoo/odoo/pull/168464 that made the favorite button unusable on the view. Customers were expecting the functionality to continue working as it has and being able to star and unstar on the form. opw-4142528