diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index f2af958514d168ab92530691e4155840bbb6ad5c..424cffe0027149c7bb00a1b1a82924eec936f902 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -2373,6 +2373,15 @@ class Base( CopyContainer,
                                     'Default Purchase Supply Line'),
         'Sale Supply Line': dict(sale_supply_line=
                                  'Default Sale Supply Line'),
+        'Accounting Transaction Line': dict(bank='Bank',
+                                            payable='Payable',
+                                            receivable='Receivable'),
+        'Purchase Invoice Transaction Line': dict(expense='Expense',
+                                                  payable='Payable',
+                                                  refundable_vat='Refundable VAT'),
+        'Sale Invoice Transaction Line': dict(income='Income',
+                                              collected_vat='Collected VAT',
+                                              receivable='Receivable'),
     }
     method = self._getTypeBasedMethod('getIdTranslationDict')
     if method is not None: