Tuesday, September 9, 2025
2 changes · master
Features or functions removed from Odoo
The VoIP app no longer includes a separate automatic incoming call rejection option. This simplifies call handling because users can rely on the existing Do Not Disturb feature for the same business need.
Original PR description
Removed the unnecessary auto-reject incoming calls functionality, as standard DND is already available. Task - 5003485
The Indian payroll setup has been simplified by removing separate fields for Dearness Allowance and Payroll Statutory Compliance. Dearness Allowance is now covered within basic salary, while statutory compliance details are managed through Organizational Tax Details, reducing duplicate configuration.
Original PR description
Dearness Allowance is now included in the basic salary, so it is no longer required separately. Additionally, 'Payroll Statutory Compliance' has been handled under 'Organizational Tax Details' as part of a configuration change. This update includes: - Removed 'Dearness Allowance' field. - Removed entire 'Payroll Statutory Compliance' field. - Added upgrade script to remove those fields. Upgrade PR - https://github.com/odoo/upgrade/pull/8363 task-4930170