From cb765364cdce1d6efd5d3faddbc0e5002248d938 Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Fri, 26 Feb 2010 09:38:29 +0000
Subject: [PATCH] stop acquisition from delivery, because it should not be
 required, and it might cause unexpected problem if these category are missing
 on simulation movements.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33139 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_categories/delivery_builder.xml            |  1 -
 .../portal_categories/destination_carrier.xml         |  1 -
 .../portal_categories/destination_referral.xml        |  1 -
 .../portal_categories/order_builder.xml               |  1 -
 .../portal_categories/source_carrier.xml              |  1 -
 .../portal_categories/source_referral.xml             |  1 -
 .../portal_categories/trade_phase.xml                 |  1 -
 .../CategoryTemplateItem/portal_categories/use.xml    |  1 -
 bt5/erp5_base/bt/revision                             |  2 +-
 bt5/erp5_base/bt/template_action_path_list            |  3 +++
 .../bt/template_portal_type_allowed_content_type_list | 11 +++++++++++
 bt5/erp5_base/bt/template_portal_type_id_list         |  3 +++
 .../CategoryTemplateItem/portal_categories/colour.xml |  1 -
 .../portal_categories/industrial_phase.xml            |  1 -
 .../portal_categories/morphology.xml                  |  1 -
 .../portal_categories/variation.xml                   |  1 -
 bt5/erp5_pdm/bt/revision                              |  2 +-
 .../portal_categories/delivery_mode.xml               |  1 -
 .../portal_categories/incoterm.xml                    |  1 -
 bt5/erp5_trade/bt/revision                            |  2 +-
 .../portal_categories/destination.xml                 |  1 -
 .../portal_categories/destination_account.xml         |  1 -
 .../portal_categories/destination_administration.xml  |  1 -
 .../portal_categories/destination_decision.xml        |  1 -
 .../portal_categories/destination_function.xml        |  1 -
 .../portal_categories/destination_payment.xml         |  1 -
 .../portal_categories/destination_project.xml         |  1 -
 .../portal_categories/destination_section.xml         |  1 -
 .../portal_categories/destination_trade.xml           |  1 -
 .../portal_categories/product_line.xml                |  1 -
 .../portal_categories/quantity_unit.xml               |  1 -
 .../portal_categories/resource.xml                    |  1 -
 .../CategoryTemplateItem/portal_categories/size.xml   |  1 -
 .../CategoryTemplateItem/portal_categories/source.xml |  1 -
 .../portal_categories/source_account.xml              |  1 -
 .../portal_categories/source_administration.xml       |  1 -
 .../portal_categories/source_decision.xml             |  1 -
 .../portal_categories/source_function.xml             |  1 -
 .../portal_categories/source_payment.xml              |  1 -
 .../portal_categories/source_project.xml              |  1 -
 .../portal_categories/source_section.xml              |  1 -
 .../portal_categories/source_trade.xml                |  1 -
 product/ERP5/bootstrap/erp5_core/bt/revision          |  2 +-
 43 files changed, 21 insertions(+), 40 deletions(-)

diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/delivery_builder.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/delivery_builder.xml
index 3c8ddf8376..746535af56 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/delivery_builder.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/delivery_builder.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_carrier.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_carrier.xml
index d5d97de845..cab092013d 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_carrier.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_carrier.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_referral.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_referral.xml
index bbc82ee4bc..856a5c6270 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_referral.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/destination_referral.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/order_builder.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/order_builder.xml
index 35910fdcc0..2e4246bb9a 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/order_builder.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/order_builder.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_carrier.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_carrier.xml
index fc7f2f26f8..5ded3412bb 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_carrier.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_carrier.xml
@@ -13,7 +13,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_referral.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_referral.xml
index 735bdfb61f..de3d5e792b 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_referral.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/source_referral.xml
@@ -13,7 +13,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/trade_phase.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/trade_phase.xml
index 9f3dfec271..da83b16196 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/trade_phase.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/trade_phase.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_base/CategoryTemplateItem/portal_categories/use.xml b/bt5/erp5_base/CategoryTemplateItem/portal_categories/use.xml
index fde6b710bc..e2859ec7cb 100644
--- a/bt5/erp5_base/CategoryTemplateItem/portal_categories/use.xml
+++ b/bt5/erp5_base/CategoryTemplateItem/portal_categories/use.xml
@@ -13,7 +13,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
                 <string>resource</string>
diff --git a/bt5/erp5_base/bt/revision b/bt5/erp5_base/bt/revision
index 55b7e8800f..38bfa57c0c 100644
--- a/bt5/erp5_base/bt/revision
+++ b/bt5/erp5_base/bt/revision
@@ -1 +1 @@
-680
\ No newline at end of file
+681
\ No newline at end of file
diff --git a/bt5/erp5_base/bt/template_action_path_list b/bt5/erp5_base/bt/template_action_path_list
index 7a574098f6..d2394002b0 100644
--- a/bt5/erp5_base/bt/template_action_path_list
+++ b/bt5/erp5_base/bt/template_action_path_list
@@ -36,6 +36,9 @@ Image | download
 Image | fullsize_view
 Image | view
 Link | view
+Mirror Category Movement Group | view
+Mirror Movement Group | view
+Mirror Property Movement Group | view
 Monthly Range Movement Group | view
 Nested Line Movement Group | view
 Notification Message Module | view
diff --git a/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list b/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list
index 3efe3cf54e..5e6d6f93b6 100644
--- a/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list
+++ b/bt5/erp5_base/bt/template_portal_type_allowed_content_type_list
@@ -9,6 +9,9 @@ Delivery Builder | Causality Assignment Movement Group
 Delivery Builder | Causality Movement Group
 Delivery Builder | Day Movement Group
 Delivery Builder | Delivery Causality Assignment Movement Group
+Delivery Builder | Mirror Category Movement Group
+Delivery Builder | Mirror Movement Group
+Delivery Builder | Mirror Property Movement Group
 Delivery Builder | Monthly Range Movement Group
 Delivery Builder | Nested Line Movement Group
 Delivery Builder | Order Movement Group
@@ -33,10 +36,17 @@ Order Builder | Base Variant Movement Group
 Order Builder | Category Movement Group
 Order Builder | Causality Assignment Movement Group
 Order Builder | Causality Movement Group
+Order Builder | Day Movement Group
+Order Builder | Delivery Causality Assignment Movement Group
+Order Builder | Mirror Category Movement Group
+Order Builder | Mirror Movement Group
+Order Builder | Mirror Property Movement Group
+Order Builder | Monthly Range Movement Group
 Order Builder | Nested Line Movement Group
 Order Builder | Order Movement Group
 Order Builder | Parent Explanation Movement Group
 Order Builder | Predicate
+Order Builder | Property Assignment Movement Group
 Order Builder | Property Movement Group
 Order Builder | Quantity Sign Movement Group
 Order Builder | Requirement Movement Group
@@ -44,6 +54,7 @@ Order Builder | Root Applied Rule Causality Movement Group
 Order Builder | Split Category Movement Group
 Order Builder | Split Movement Group
 Order Builder | Split Property Movement Group
+Order Builder | Tax Line Delivery Movement Group
 Order Builder | Title Movement Group
 Order Builder | Variant Movement Group
 Order Builder | Variation Property Movement Group
diff --git a/bt5/erp5_base/bt/template_portal_type_id_list b/bt5/erp5_base/bt/template_portal_type_id_list
index 45cd8d105c..0fa29fa631 100644
--- a/bt5/erp5_base/bt/template_portal_type_id_list
+++ b/bt5/erp5_base/bt/template_portal_type_id_list
@@ -24,6 +24,9 @@ Fax
 File
 Image
 Link
+Mirror Category Movement Group
+Mirror Movement Group
+Mirror Property Movement Group
 Monthly Range Movement Group
 Nested Line Movement Group
 Notification Message
diff --git a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/colour.xml b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/colour.xml
index ba00d9ae06..4d15171b03 100644
--- a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/colour.xml
+++ b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/colour.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/industrial_phase.xml b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/industrial_phase.xml
index 68155ab44a..f48d8853dc 100644
--- a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/industrial_phase.xml
+++ b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/industrial_phase.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/morphology.xml b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/morphology.xml
index 9f2e729131..577f947fcc 100644
--- a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/morphology.xml
+++ b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/morphology.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/variation.xml b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/variation.xml
index 0f15b8c483..545faf7b88 100644
--- a/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/variation.xml
+++ b/bt5/erp5_pdm/CategoryTemplateItem/portal_categories/variation.xml
@@ -18,7 +18,6 @@
             <value>
               <tuple>
                 <string>specialise</string>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/bt5/erp5_pdm/bt/revision b/bt5/erp5_pdm/bt/revision
index 4991210660..812799aa82 100644
--- a/bt5/erp5_pdm/bt/revision
+++ b/bt5/erp5_pdm/bt/revision
@@ -1 +1 @@
-451
\ No newline at end of file
+452
\ No newline at end of file
diff --git a/bt5/erp5_trade/CategoryTemplateItem/portal_categories/delivery_mode.xml b/bt5/erp5_trade/CategoryTemplateItem/portal_categories/delivery_mode.xml
index b84e181c99..2a6bdb000f 100644
--- a/bt5/erp5_trade/CategoryTemplateItem/portal_categories/delivery_mode.xml
+++ b/bt5/erp5_trade/CategoryTemplateItem/portal_categories/delivery_mode.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
                 <string>resource</string>
diff --git a/bt5/erp5_trade/CategoryTemplateItem/portal_categories/incoterm.xml b/bt5/erp5_trade/CategoryTemplateItem/portal_categories/incoterm.xml
index 8608f59085..95dccbeca6 100644
--- a/bt5/erp5_trade/CategoryTemplateItem/portal_categories/incoterm.xml
+++ b/bt5/erp5_trade/CategoryTemplateItem/portal_categories/incoterm.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
                 <string>resource</string>
diff --git a/bt5/erp5_trade/bt/revision b/bt5/erp5_trade/bt/revision
index 203bd07e6d..6ae4142a6e 100644
--- a/bt5/erp5_trade/bt/revision
+++ b/bt5/erp5_trade/bt/revision
@@ -1 +1 @@
-846
\ No newline at end of file
+847
\ No newline at end of file
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml
index 4579b86250..dc05e5d7fb 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_account.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_account.xml
index c2a1e1a978..06c388d0a0 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_account.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_account.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_administration.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_administration.xml
index 50be61361a..3ee7702afb 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_administration.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_administration.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_decision.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_decision.xml
index bf7924a70b..a052acd509 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_decision.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_decision.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_function.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_function.xml
index 3b38d9271c..cbca969852 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_function.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_function.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment.xml
index e9bb395326..3d7ed3c537 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_payment.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_project.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_project.xml
index 33fa8b2b26..f33e176f65 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_project.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_project.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml
index cd3204d52e..14995b2fa5 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_trade.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_trade.xml
index d529250fde..9729d5b1e7 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_trade.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_trade.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/product_line.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/product_line.xml
index f585759b72..77b2e465ef 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/product_line.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/product_line.xml
@@ -36,7 +36,6 @@
             <value>
               <tuple>
                 <string>resource</string>
-                <string>delivery</string>
               </tuple>
             </value>
         </item>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml
index 98863dbffd..571ab57b2b 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/quantity_unit.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
                 <string>resource</string>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml
index 7a94bd7858..60899dc9b9 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml
@@ -81,7 +81,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/size.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/size.xml
index 4527496d8f..f34004b38f 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/size.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/size.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source.xml
index 3b52d52ea2..5ee4e5b186 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_account.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_account.xml
index 8c48293307..1007e6934a 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_account.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_account.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_administration.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_administration.xml
index 089aad9797..2bb9ad8d58 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_administration.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_administration.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_decision.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_decision.xml
index d03b8879a1..b22cef506f 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_decision.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_decision.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_function.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_function.xml
index 3441f8c569..cb454cef99 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_function.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_function.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment.xml
index 9ec7853357..7589b60620 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_payment.xml
@@ -17,7 +17,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_project.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_project.xml
index 04bc4da103..4f5e0cda05 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_project.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_project.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml
index 2a244766cd..29c4e04950 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_trade.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_trade.xml
index 38cc0e3990..caa8f0858c 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_trade.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_trade.xml
@@ -35,7 +35,6 @@
             <key> <string>acquisition_base_category</string> </key>
             <value>
               <tuple>
-                <string>delivery</string>
                 <string>order</string>
                 <string>parent</string>
               </tuple>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 5ca63cd4c3..222272adff 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1487
\ No newline at end of file
+1488
\ No newline at end of file
-- 
2.30.9