Thursday, August 1, 2024
2 changes · 17.0
Resolved issues and error corrections
Fixed an issue where the message prompting users to buy extra credits was displaying as raw HTML code instead of a properly formatted message with a clickable link. This improves the user experience by ensuring the message appears clean and professional in the system.
Original PR description
The message to buy extra credits is escaped and instead of displaying the message with a link it displays the message with a html and a url, not very human user like. We have to unescape the < and > symbols so that the frontend can properly display the message Ticket [link](https://www.odoo.com/web#model=project.task&id=3864033) opw-3864033 Forward-Port-Of: odoo/enterprise#63364
This update fixes a test in the Field Service Sales module by ensuring the pricing list is properly activated before creating a sales order. This resolves a test failure and ensures the system correctly links pricing information to sales orders during testing.
Original PR description
Fixed `test_industry_fsm_at_install` by activating the pricelist before creating the sale order to ensure a proper link. task-4070526