From 2a0c72dd8cbc3e9df04dcef7644e58f752e76987 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 19 Dec 2005 10:45:05 +0000
Subject: [PATCH] added group sub_variation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4767 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/ERP5Type.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5Type/ERP5Type.py b/product/ERP5Type/ERP5Type.py
index 33a78db72f..fd69c62b33 100755
--- a/product/ERP5Type/ERP5Type.py
+++ b/product/ERP5Type/ERP5Type.py
@@ -139,6 +139,7 @@ class ERP5TypeInformation( FactoryTypeInformation, RoleProviderBase ):
       'discount', 'invoice', 'invoice_movement', 'item',
       'order', 'order_movement', 'node', 'payment_condition',
       'resource', 'supply', 'transformation', 'variation',
+      'sub_variation'
     )
     group_list = ()
 
-- 
2.30.9