diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py index fd69c62b33df3460b818c796e666aa39f689cb89..1053627f2a41be0eb60da9a41677efa394662793 100755 --- a/product/ERP5Type/ERP5Type.py +++ b/product/ERP5Type/ERP5Type.py @@ -134,7 +134,7 @@ class ERP5TypeInformation( FactoryTypeInformation, RoleProviderBase ): # Groups are used to classify portal types (e.g. resource). defined_group_list = ( - 'accounting_movement', 'alarm', 'balance_transaction_line', + 'accounting_transaction', 'accounting_movement', 'alarm', 'balance_transaction_line', 'container', 'container_line', 'delivery', 'delivery_movement', 'discount', 'invoice', 'invoice_movement', 'item', 'order', 'order_movement', 'node', 'payment_condition',