diff --git a/l10n_ar_account_reports/migrations/19.0.1.12.0/post-migration.py b/l10n_ar_account_reports/migrations/19.0.1.12.0/post-migration.py index 14d201d2..a6d861b9 100644 --- a/l10n_ar_account_reports/migrations/19.0.1.12.0/post-migration.py +++ b/l10n_ar_account_reports/migrations/19.0.1.12.0/post-migration.py @@ -29,10 +29,3 @@ def migrate(env, version): _logger.warning("⚠ Error deleting %s: %s", xml_id, e) _logger.info("l10n_ar_account_reports: Migration 19.0.1.12.0 completed") - - # Apply report tags to AR companies after removing old patrimonio_neto tag. - companies = env["res.company"].search([("account_fiscal_country_id.code", "=", "AR")]) - - if companies: - chart_template = env["account.chart.template"] - chart_template._l10n_ar_account_reports_setup_account_tags(companies)