Wednesday, January 10, 2024
1 change · master
Features or functions removed from Odoo
The India localization module no longer includes its own duplicate audit trail screens and data models, since that functionality is now handled by a separate audit trail module. This reduces overlap and helps keep maintenance and upgrades cleaner without changing the intended audit trail capability when the dedicated module is used.
Original PR description
Before this commit ================== As the `account_audit_trail` module was separated from the `l10n_in` module, but there were duplicate views and models of the audit trail feature in the `l10n_in` module. After this commit ================= Removed duplicate views and models of the audit trail feature from the `l10n_in` module. Related upgrade PR: odoo/upgrade#5462 task_id: 3326258