Daily updates from Odoo
Tuesday, June 9, 2026
2 changes · 18.0
New functionality added to Odoo
This update replaces the previously used Tenor GIF API with Klipy, a new GIF provider. This change is necessary because Tenor's API will be discontinued on June 30, 2026. Users can now configure a Klipy API key within the settings to continue using GIFs in Odoo.
Original PR description
Tenor API will be terminated on June 30, 2026: https://developers.google.com/tenor/guides/quickstart This commit adds support for Klipy GIF API, as a replacement to Tenor GIF API. This is made possible with a new field to provide Klipy GIF API key, next to Tenor GIF API key, in the general settings. The Klipy GIF API key takes precedence over the Tenor GIF API Key in case both are provided. Task-5491965
This update improves the Swiss payroll payslip report by incorporating the necessary source tax rate information. This ensures accurate reporting and compliance with Swiss tax regulations for employees' payrolls.
Original PR description
This commit adds the source tax rate in the payslip report for Swiss payroll. task-4979330 Forward-Port-Of: odoo/enterprise#112842