From 76459b28d11f2ccf771335678dd2458056687874 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Mon, 10 Mar 2008 10:44:57 +0000 Subject: [PATCH] add "product" and "service" to defined_group_list. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19774 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/ERP5Type.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py index 0187806e54..d8a12e5419 100644 --- a/product/ERP5Type/ERP5Type.py +++ b/product/ERP5Type/ERP5Type.py @@ -171,10 +171,11 @@ class ERP5TypeInformation( FactoryTypeInformation, 'order', 'order_movement', 'container', 'container_line', # Trade - 'discount', 'payment_condition', 'payment_node', + 'discount', 'payment_condition', 'payment_node', 'supply', 'supply_path', 'inventory_movement', # PDM 'transformation', 'variation', 'sub_variation', + 'product', 'service', # Accounting 'accounting_transaction', 'accounting_movement', 'invoice', 'invoice_movement', 'balance_transaction_line', -- 2.30.9