From 4c4db943c8bdd0beb3dcf7ece80d1a601c5b4d27 Mon Sep 17 00:00:00 2001 From: Nicolas Delaby <nicolas@nexedi.com> Date: Mon, 5 Jan 2009 12:33:01 +0000 Subject: [PATCH] add PortalProjectTypeList in Acquisition Portal Types of source base_category git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25009 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CategoryTemplateItem/portal_categories/source.xml | 6 ++++-- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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 3132c2effc..fd173e9f25 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source.xml @@ -57,7 +57,7 @@ </item> <item> <key> <string>acquisition_portal_type</string> </key> - <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList())</string> </value> + <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalProjectTypeList())</string> </value> </item> <item> <key> <string>acquisition_sync_value</string> </key> @@ -83,7 +83,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 01ff2b71e6..ee530325f3 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1051 \ No newline at end of file +1052 \ No newline at end of file -- 2.30.9