Daily updates from Odoo
Thursday, June 25, 2026
2 changes · saas-19.3
Enhancements to existing features
This update introduces a new automated process that runs every Sunday to reset configuration settings related to development tools (devtools). This ensures that features temporarily disabled for production environments are automatically re-enabled before the weekly update on Monday, streamlining the update process.
Original PR description
We add a new cron to re enable disabled features by unsetting devtools keys in configuration. This cron is meant to run every sunday at the end of the day, right before the monday update. Forward-Port-Of: odoo/odoo#270306
This update automatically sends emails to companies when their Stripe connected accounts are flagged for potential restrictions due to KYC compliance. Stripe handles verification, and these emails alert businesses to address any required documentation updates, preventing account limitations. This ensures timely compliance and minimizes disruption to business operations.
Original PR description
When a company tries to create a connected account, some official documentation need to be submitted to Stripe. Stripe takes care of the KYC steps and might restrict some account which don't meet the requirements. Odoo receives the details about the error and the date of the restriction. This task aims at sending automatic emails to the said companies to let them know that they need to fix the identified issues. task: 5441662 Forward-Port-Of: odoo/enterprise#107918