Sunday, July 28, 2024
1 change · 17.0
Resolved issues and error corrections
This removes unused code that was accidentally brought back during a previous code merge. It has no expected effect on users, but keeps the Italian localization module cleaner and reduces maintenance risk.
Original PR description
The account_chart_template `_load` override was removed here, odoo/odoo#114164 (The update code has become a part of the template). It was reintroduced by mistake in this fw-port with rebase fast-forward: odoo/odoo#134348 Since it's dead code not even imported in the `__init__.py` file [(link)](https://github.com/odoo/odoo/blob/0ac43fa3cffce83e88accda435f3315600af558a/addons/l10n_it/models/__init__.py#L2) , it's totally safe to be removed.