From 4ca5f69487e111d5ec105396ea2fcb9d23a96d1d Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 6 Jul 2005 15:14:00 +0000 Subject: [PATCH] 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 --- product/ERP5/ERP5Defaults.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/product/ERP5/ERP5Defaults.py b/product/ERP5/ERP5Defaults.py index b17c4d6508..2d23940747 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', -- 2.30.9