Wednesday, November 22, 2023
2 changes · master
Enhancements to existing features
Odoo's internal browser testing tools can now use customizable success indicators and report JavaScript memory usage after tests run. This helps development teams make automated tests more reliable and easier to diagnose without changing end-user behavior.
Button-triggered server requests now include the related business object and action name in their logged path. This gives support and operations teams clearer information when reviewing logs, making troubleshooting and monitoring easier without changing user workflows.
Original PR description
Before this commit, model and method wasn't logged when requesting call_button but these are usefull information. After this commit, the model and method are added in the path of call_button request, which thus log them. task id: 3346650