diff --git a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/specialise.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/specialise.xml
index 2314f79b9a694787f92241ee048e166038930c56..1fe91048fa1b59d18ed6517345535e8a572f3771 100644
--- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/specialise.xml
+++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/specialise.xml
@@ -52,7 +52,7 @@
         </item>
         <item>
             <key> <string>acquisition_portal_type</string> </key>
-            <value> <string>python:list(portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalDeliveryMovementTypeList() + portal.getPortalOrderMovementTypeList())</string> </value>
+            <value> <string>python:list(portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalDeliveryMovementTypeList() + portal.getPortalOrderMovementTypeList() + portal.getPortalOpenOrderTypeList())</string> </value>
         </item>
         <item>
             <key> <string>acquisition_sync_value</string> </key>
@@ -78,7 +78,9 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>fallback_base_category</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 13b1b47cb78db150707b56a8806cbf95580f55cf..6b1546b22084490c5f85a58ec3169fd44c4d6783 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-40929
\ No newline at end of file
+40930
\ No newline at end of file