diff --git a/addons/account/models/chart_template.py b/addons/account/models/chart_template.py
index ad8551c15fed3a4b9a764b50b7680ac2680a1c44..202aa38b29164c35e2f959f4d60a24b55d1007d7 100644
--- a/addons/account/models/chart_template.py
+++ b/addons/account/models/chart_template.py
@@ -179,7 +179,6 @@ class AccountChartTemplate(models.Model):
             for template in self:
                 template.with_context(default_company_id=company.id)._load(15.0, 15.0, company)
 
-    try_loading_for_current_company = try_loading
 
     def _load(self, sale_tax_rate, purchase_tax_rate, company):
         """ Installs this chart of accounts on the current company, replacing
diff --git a/addons/l10n_at/data/account_chart_template_configure_data.xml b/addons/l10n_at/data/account_chart_template_configure_data.xml
index 8c77e612f1aed47db9fcd0eec8d7956ddce854f5..a4b4b8588d8b71c8c7117d619136357d21482aa4 100644
--- a/addons/l10n_at/data/account_chart_template_configure_data.xml
+++ b/addons/l10n_at/data/account_chart_template_configure_data.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <odoo>
     <data noupdate="1">
-        <function model="account.chart.template" name="try_loading_for_current_company">
+        <function model="account.chart.template" name="try_loading">
             <value eval="[ref('l10n_at.l10n_at_chart_template')]"/>
         </function>
     </data>
diff --git a/addons/l10n_dk/data/account_chart_template_configuration_data.xml b/addons/l10n_dk/data/account_chart_template_configuration_data.xml
index 1b52cf0bcd93d0d4308b19de3ddfba83b3fdb391..5403cdcd179170686571699b1738fb3ab73aebe8 100644
--- a/addons/l10n_dk/data/account_chart_template_configuration_data.xml
+++ b/addons/l10n_dk/data/account_chart_template_configuration_data.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <odoo noupdate="1">
-    <function model="account.chart.template" name="try_loading_for_current_company">
+    <function model="account.chart.template" name="try_loading">
         <value eval="[ref('l10n_dk.dk_chart_template')]"/>
     </function>
 </odoo>
diff --git a/addons/l10n_id/data/account_chart_template_configuration_data.xml b/addons/l10n_id/data/account_chart_template_configuration_data.xml
index f1e028d5a79a435627b64c77c6012c7027e09c6e..0a87f30dbeacca7de0e0173361e8a2a6a233f3fc 100644
--- a/addons/l10n_id/data/account_chart_template_configuration_data.xml
+++ b/addons/l10n_id/data/account_chart_template_configuration_data.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <odoo noupdate="1">
-    <function model="account.chart.template" name="try_loading_for_current_company">
+    <function model="account.chart.template" name="try_loading">
         <value eval="[ref('l10n_id_chart')]"/>
     </function>
 </odoo>
diff --git a/addons/l10n_il/data/account_chart_template_configure_data.xml b/addons/l10n_il/data/account_chart_template_configure_data.xml
index 83e4b5c41f365e5cb2b37ef1991a65c4f85f2d43..1fccdf8f9eaaa4c87853a10a352936b45c9b8426 100644
--- a/addons/l10n_il/data/account_chart_template_configure_data.xml
+++ b/addons/l10n_il/data/account_chart_template_configure_data.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <odoo noupdate="1">
-    <function model="account.chart.template" name="try_loading_for_current_company">
+    <function model="account.chart.template" name="try_loading">
         <value eval="[ref('l10n_il.il_chart_template')]"/>
     </function>
 </odoo>
diff --git a/addons/l10n_lt/data/account_chart_template_load.xml b/addons/l10n_lt/data/account_chart_template_load.xml
index 49005a609f5a7dcc3f22124acbd3a81801080e9e..7e2c764661e58a92bbaaecf2a671ff75481eb6e9 100644
--- a/addons/l10n_lt/data/account_chart_template_load.xml
+++ b/addons/l10n_lt/data/account_chart_template_load.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 <odoo noupdate="1">
-    <function model="account.chart.template" name="try_loading_for_current_company">
+    <function model="account.chart.template" name="try_loading">
         <value eval="[ref('l10n_lt.account_chart_template_lithuania')]"/>
     </function>
 </odoo>