From 0f6bf2f6a36e23ac79c6e1e30b8571a2ff216817 Mon Sep 17 00:00:00 2001 From: Alexandre Boeglin <alex@nexedi.com> Date: Fri, 24 Feb 2006 21:40:12 +0000 Subject: [PATCH] Supplies are not Movement but Path, renamed the group and methods. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5840 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/ERP5Type.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py index aa3d1c9f78..97016c1cfa 100755 --- a/product/ERP5Type/ERP5Type.py +++ b/product/ERP5Type/ERP5Type.py @@ -141,7 +141,7 @@ class ERP5TypeInformation( FactoryTypeInformation, RoleProviderBase, Translation 'container', 'container_line', 'delivery', 'delivery_movement', 'discount', 'invoice', 'invoice_movement', 'item', 'order', 'order_movement', 'node', 'payment_node', 'payment_condition', - 'resource', 'supply', 'supply_movement', 'transformation', 'variation', + 'resource', 'supply', 'supply_path', 'transformation', 'variation', 'sub_variation' ) group_list = () -- 2.30.9