Commit 4ca5f694 authored by Romain Courteaud's avatar Romain Courteaud

Add portal_transformation_type_list.

Add Production Portal Type in some portal methods.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3409 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 81e86a28
...@@ -67,6 +67,10 @@ portal_delivery_type_list = ('Delivery', ...@@ -67,6 +67,10 @@ portal_delivery_type_list = ('Delivery',
'Internal Packing List', 'Internal Packing List',
) )
portal_transformation_type_list = (
'Transformation',
)
portal_variation_base_category_list = ('coloris', 'taille', 'variante', 'morphologie') portal_variation_base_category_list = ('coloris', 'taille', 'variante', 'morphologie')
# Invoice "movement" is not an accountable movement # Invoice "movement" is not an accountable movement
...@@ -85,6 +89,9 @@ portal_order_movement_type_list = ( ...@@ -85,6 +89,9 @@ portal_order_movement_type_list = (
'Project Line', 'Project Line',
'Sample Order Line', 'Sample Order Line',
'Production Order Line', 'Production Order Line',
'Production Packing List Line',
'Production Report Line',
'Production Report Cell',
'Packing Order Line', 'Packing Order Line',
'Delivery Cell', 'Delivery Cell',
) # Delivery Cell is both used for orders and deliveries XXX ) # Delivery Cell is both used for orders and deliveries XXX
...@@ -108,6 +115,7 @@ portal_delivery_movement_type_list = ( ...@@ -108,6 +115,7 @@ portal_delivery_movement_type_list = (
'Sale Packing List Line', 'Sale Packing List Line',
'Production Report Component', 'Production Report Component',
'Production Report Operation', 'Production Report Operation',
'Production Report Line',
'Production Report Cell', 'Production Report Cell',
'Production Packing List Line', 'Production Packing List Line',
'Container Line', 'Container Line',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment