Tuesday, December 2, 2025
3 changes · master
Features or functions removed from Odoo
This change removes unused internal code from Odoo's core model handling. It helps keep the system cleaner and easier to maintain, with no expected impact on day-to-day users.
Original PR description
Remove unused code. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change removes unused payroll localization scaffolding from Odoo's command-line module creation tools. It reduces the chance of teams generating problematic payroll localization starter code that is no longer supported or needed.
Original PR description
This commit removes the scaffold for the payroll localizations, as they are not being used and cause issues. Task-5226053 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This change removes reliance on an outdated email validation library that can fail on newer Python versions. It helps keep email handling stable in areas such as CRM, localization, and mail without changing day-to-day user workflows.