From c6060c9536736f5e5353c1e71b9fe61d7246b5e7 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Mon, 20 Apr 2009 12:29:01 +0000
Subject: [PATCH] Add the path group.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26522 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 78c483d974..48e5df3ff8 100644
--- a/product/ERP5Type/ERP5Type.py
+++ b/product/ERP5Type/ERP5Type.py
@@ -172,6 +172,7 @@ class ERP5TypeInformationMixIn( FactoryTypeInformation,
       'delivery', 'delivery_movement',
       'order', 'order_movement',
       'container', 'container_line',
+      'path',
       # Trade
       'discount', 'payment_condition', 'payment_node',
       'supply', 'supply_path', 'inventory_movement', 'tax_movement',
-- 
2.30.9