Daily updates from Odoo
Thursday, February 19, 2026
1 change · master
Features or functions removed from Odoo
This update removes outdated code related to a previous system change within the Account Avatax module. The removal of specific methods and parameters simplifies the codebase and improves maintainability. This change is part of an internal optimization.
Original PR description
In 5a133025edac we moved from using the dedicated commit endpoint to creating another committed transaction. This left dead code related to the old approach. This removes: - _commit_avatax_taxes() and commit_transaction() - commit parameter from _get_avatax_service_params() - 'commit' branch from _change_avatax_state() opw-5382268