Monday, September 29, 2025
4 changes · master
Enhancements to existing features
The accounting tax search now includes the tax amount field, making it easier for users to find taxes by their configured percentage or fixed amount. This reduces time spent locating the right tax records during setup or review.
Original PR description
This commit improves the usability of the tax search view by including the `amount` field. Users can filter taxes based on their configured percentage or amount directly from the search bar. task-5088050 Forward-Port-Of: odoo/odoo#227131
The Belgian payroll accounting test was updated to reflect that a work entry type is now required. This keeps internal validation aligned with the latest payroll requirements and helps prevent test failures during future changes.
Original PR description
Adjusted the test in order to follow the new requirement of work entry type Task-5075308
The Helpdesk demo data now includes realistic message exchanges for three sample tickets, helping users better understand response time metrics in demo environments. The update also ensures ticket acknowledgment emails appear before the customer conversation, making the sample ticket history clearer and more accurate.
Original PR description
[IMP] helpdesk: add demo data in helpdesk module - Added messages in 3 tickets for demo data of the first hour to respond and the average hour to respond. - ticket 1: Warranty (Sent 2 hours later,…
[IMP] helpdesk: add demo data in helpdesk module - Added messages in 3 tickets for demo data of the first hour to respond and the average hour to respond. - ticket 1: Warranty (Sent 2 hours later, ticket creation) User: Thank you for your inquiry. Our products typically come with a one-year limited warranty. For more details, could you specify which product you're interested in? (Sent 30 minutes later) Customer: I'm interested in purchasing a desk. Does the warranty cover assembly-related issues? (Sent 1.5 hours later) User: Yes, our warranty covers any defects related to assembly or materials. Please let us know if you need assistance with your purchase. (Sent 2 hours later) Customer: That's great to hear. Could you also provide information on extended warranty options? (Sent 1 hour later) User: We offer extended warranty options for up to three years. Feel free to contact us for more details and pricing. (Sent 1 hour later) Customer: Thank you for the information. I'll consider the extended warranty option for my desk purchase. - same as the above ticket added messages in the below two tickets: 1. Lost key 2. Table legs are unbalanced task-3566757
The Indian reports module now shows the IRN number in a more appropriate location on vendor bill forms instead of disrupting the title area. This keeps the bill layout consistent with standard Odoo forms and makes the number easier to copy when needed.
Original PR description
During testing in 19, I saw that the IRN field was in the title and that totally disturbs the standard layout of how a vendor bill form should look like in Odoo. In order to easily copy paste we add a class text-break (l10n_ec_edi has the same case for the authorization number) Forward-Port-Of: odoo/enterprise#95454