diff --git a/product/ERP5/ERP5Defaults.py b/product/ERP5/ERP5Defaults.py
index b17c4d65080fe82fd3476284ab7b2f7d4d1d7583..2d2394074795449c3902a3ff5f94b0c67114d033 100755
--- a/product/ERP5/ERP5Defaults.py
+++ b/product/ERP5/ERP5Defaults.py
@@ -67,6 +67,10 @@ portal_delivery_type_list = ('Delivery',
                       'Internal Packing List',
                       )
 
+portal_transformation_type_list = (
+                      'Transformation',
+)
+
 portal_variation_base_category_list = ('coloris', 'taille', 'variante', 'morphologie')
 
 # Invoice "movement" is not an accountable movement
@@ -85,6 +89,9 @@ portal_order_movement_type_list = (
                       'Project Line',
                       'Sample Order Line',
                       'Production Order Line',
+                      'Production Packing List Line',
+                      'Production Report Line',
+                      'Production Report Cell',
                       'Packing Order Line',
                       'Delivery Cell',
                        )  # Delivery Cell is both used for orders and deliveries XXX
@@ -108,6 +115,7 @@ portal_delivery_movement_type_list = (
                       'Sale Packing List Line',
                       'Production Report Component',
                       'Production Report Operation',
+                      'Production Report Line',
                       'Production Report Cell',
                       'Production Packing List Line',
                       'Container Line',