From ea4ab5610261f65b7e6d50a4aefbd7d671d86bf7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 11 Jun 2007 09:20:33 +0000
Subject: [PATCH] Remove local base categories on Invoice Line; product_line is
 added by Amount property sheet,  source|destination_region are added by
 Arrow.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14756 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../base_category_list.xml                                   | 5 -----
 bt5/erp5_accounting/bt/revision                              | 2 +-
 .../bt/template_portal_type_base_category_list               | 3 ---
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
index 3254b358a8..7e8a8afc67 100644
--- a/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+++ b/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
@@ -1,9 +1,4 @@
 <base_category_list>
- <portal_type id="Invoice Line">
-  <item>product_line</item>
-  <item>source_region</item>
-  <item>destination_region</item>
- </portal_type>
  <portal_type id="Purchase Invoice Transaction">
   <item>source_region</item>
  </portal_type>
diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision
index b99877a597..cfd6ea5ae4 100644
--- a/bt5/erp5_accounting/bt/revision
+++ b/bt5/erp5_accounting/bt/revision
@@ -1 +1 @@
-331
\ No newline at end of file
+335
\ No newline at end of file
diff --git a/bt5/erp5_accounting/bt/template_portal_type_base_category_list b/bt5/erp5_accounting/bt/template_portal_type_base_category_list
index eb18e057d1..d238c760ae 100644
--- a/bt5/erp5_accounting/bt/template_portal_type_base_category_list
+++ b/bt5/erp5_accounting/bt/template_portal_type_base_category_list
@@ -1,5 +1,2 @@
-Invoice Line | destination_region
-Invoice Line | product_line
-Invoice Line | source_region
 Purchase Invoice Transaction | source_region
 Sale Invoice Transaction | destination_region
\ No newline at end of file
-- 
2.30.9