Friday, February 20, 2026
2 changes · saas-19.1
New functionality added to Odoo
This update incorporates essential testing for the HR Expense Stripe module, which was previously missing. The tests ensure the module functions correctly and reliably, addressing a gap in our quality assurance process. This addition contributes to the overall stability and trustworthiness of the Enterprise suite.
Original PR description
Add tests for the module, as it wasn't included in the original task Forward-Port-Of: odoo/enterprise#106191
This update allows administrators to create API keys programmatically, streamlining the process and reducing manual steps. Previously, API keys required interactive creation with a typed password. Now, existing keys can be renewed or replaced automatically, improving efficiency and automation.
Original PR description
Previously, API keys could only be created interactively: the method required an interactive session and a recently typed password. This commit adds a new method on `res.users.apikeys` that allows creating an API key when an existing one is provided. Optionally, in the case of a renewal, the new key can replace the old one, and the provided one is unlinked. Forward-Port-Of: odoo/odoo#246118