Friday, February 13, 2026
3 changes · master
Enhancements to existing features
This update ensures consistent naming of customers across all Odoo rental documents. The pickup receipt PDF now uses 'Contact' instead of 'Salesperson,' aligning with the recent change in the sales order PDF. This improves document clarity and professionalism for our clients.
Original PR description
The term `Salesperson` can be used on end-customer documents. Replace it with `Contact` on the pickup receipt PDF for consistency with the sales order PDF change. task-5887854 See Also: Community PR:https://github.com/odoo/odoo/pull/246918
This update streamlines the Helpdesk search selector by collapsing priority, SLA status, and rating filters. This change optimizes screen space, making it easier for users to quickly find the tickets they need. It's a minor improvement to the user experience.
Original PR description
In this commit, we collapsed the priority, SLA status, and rating filters to free up some space in the search selector. task-5810884
This update enhances how Odoo handles requests from search engine robots (like Google). By implementing a static `/robots.txt` file, we prevent Odoo from dynamically rendering templates for these bots, improving performance and security. This aligns with best practices for website accessibility and search engine optimization.
Original PR description
Following the changes in PR \[1]\, this module extends that behavior by introducing a custom `IrHttp` implementation that leverages the new static `/robots.txt` mechanism to avoid runtime template rendering. \[1]\: https://github.com/odoo/odoo/pull/237737 task-[5095225](https://www.odoo.com/odoo/project/974/tasks/5095225)