From a5b989bf8d625f6d88a6a318aff513fba15f2f7a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 14 Apr 2008 10:18:28 +0000
Subject: [PATCH] new tax_movement portal type group must also be added here

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20479 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 d8a12e5419..9bdaa088cd 100644
--- a/product/ERP5Type/ERP5Type.py
+++ b/product/ERP5Type/ERP5Type.py
@@ -172,7 +172,7 @@ class ERP5TypeInformation( FactoryTypeInformation,
       'container', 'container_line',
       # Trade
       'discount', 'payment_condition', 'payment_node',
-      'supply', 'supply_path', 'inventory_movement',
+      'supply', 'supply_path', 'inventory_movement', 'tax_movement',
       # PDM
       'transformation', 'variation', 'sub_variation',
       'product', 'service',
-- 
2.30.9