Daily updates from Odoo
Friday, April 10, 2026
1 change · 18.0
Features or functions removed from Odoo
This update removes redundant logging related to test execution and signal changes. Specifically, logging around `at_install` and `HttpCase` changes has been removed to streamline testing and improve performance. This change does not impact business functionality.
Original PR description
This log was added to know when a test would call signal change, sometimes problematic during at_install. This information is also interesting when a change has to be signaled during HttpCase. We can skip the log in case nothing has to be done.