From 4a6b49c1c47f8eaa653e50204fcde8da21cefd3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 11 Jun 2007 09:24:08 +0000 Subject: [PATCH] * Invoice Transaction Line are already set by Arrow property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14758 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../base_category_list.xml | 8 -------- bt5/erp5_accounting/bt/revision | 2 +- .../bt/template_portal_type_base_category_list | 2 -- 3 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml diff --git a/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml deleted file mode 100644 index 7e8a8afc67..0000000000 --- a/bt5/erp5_accounting/PortalTypeBaseCategoryTemplateItem/base_category_list.xml +++ /dev/null @@ -1,8 +0,0 @@ -<base_category_list> - <portal_type id="Purchase Invoice Transaction"> - <item>source_region</item> - </portal_type> - <portal_type id="Sale Invoice Transaction"> - <item>destination_region</item> - </portal_type> -</base_category_list> \ No newline at end of file diff --git a/bt5/erp5_accounting/bt/revision b/bt5/erp5_accounting/bt/revision index cfd6ea5ae4..d61d31715d 100644 --- a/bt5/erp5_accounting/bt/revision +++ b/bt5/erp5_accounting/bt/revision @@ -1 +1 @@ -335 \ No newline at end of file +336 \ 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 d238c760ae..e69de29bb2 100644 --- a/bt5/erp5_accounting/bt/template_portal_type_base_category_list +++ b/bt5/erp5_accounting/bt/template_portal_type_base_category_list @@ -1,2 +0,0 @@ -Purchase Invoice Transaction | source_region -Sale Invoice Transaction | destination_region \ No newline at end of file -- 2.30.9