From 438aa3aad979d0b7d094ec1c8dbbef7e62ab6aea Mon Sep 17 00:00:00 2001 From: Franco Leyes Date: Thu, 17 Oct 2024 11:42:57 -0300 Subject: [PATCH] [ADD] Add error message chart_template_ref argument has been removed in v18 --- .../text_errors/migrate_170_180/chart_template_ref.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 odoo_module_migrate/migration_scripts/text_errors/migrate_170_180/chart_template_ref.yaml diff --git a/odoo_module_migrate/migration_scripts/text_errors/migrate_170_180/chart_template_ref.yaml b/odoo_module_migrate/migration_scripts/text_errors/migrate_170_180/chart_template_ref.yaml new file mode 100644 index 00000000..2fa6636f --- /dev/null +++ b/odoo_module_migrate/migration_scripts/text_errors/migrate_170_180/chart_template_ref.yaml @@ -0,0 +1,2 @@ +.py: + chart_template_ref: "[18] The 'chart_template_ref' argument has been removed from setUpClass. More details: https://github.com/odoo/odoo/pull/152899"