From b5608db46e950be2dff8517b0e593d6b41ae465b Mon Sep 17 00:00:00 2001 From: Fabien Morin <fabien@nexedi.com> Date: Mon, 8 Jun 2009 16:27:08 +0000 Subject: [PATCH] add portal.getPortalTransformationTypeList()) to acquisition portal type list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27446 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../CategoryTemplateItem/portal_categories/resource.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/resource.xml b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml index 49fd8b4ac1..5d0c52b6a8 100644 --- a/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.xml +++ b/product/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/resource.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.getPortalTransformationTypeList())</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 904b8f9f1c..9d63033fa5 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -1222 \ No newline at end of file +1222 -- 2.30.9