diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 9d4fd3002455fc1c6d8860eea998cb6d910dfd64..d647adc9bc0d59bbd3079cf4a83fb8431a8d64c9 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -2208,8 +2208,7 @@ class Base( CopyContainer,
         'Sale Supply Line': dict(sale_supply_line=
                                  'Default Sale Supply Line'),
     }
-    method = self._getTypeBasedMethod('getIdTranslationDict',
-        fallback_script_id = 'Base_getIdTranslationDict')
+    method = self._getTypeBasedMethod('getIdTranslationDict')
     if method is not None:
       user_dict = method()
       for k in user_dict.keys():