[Erp5-report] r25031 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: CategoryTemplateIt...
nobody at svn.erp5.org
nobody at svn.erp5.org
Wed Jan 7 15:03:32 CET 2009
Author: nicolas
Date: Wed Jan 7 15:03:27 2009
New Revision: 25031
URL: http://svn.erp5.org?rev=25031&view=rev
Log:
add Project in acquisition_portal_type of source_section, destination and destination_section
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml
erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml?rev=25031&r1=25030&r2=25031&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination.xml [utf8] Wed Jan 7 15:03:27 2009
@@ -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>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml?rev=25031&r1=25030&r2=25031&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/destination_section.xml [utf8] Wed Jan 7 15:03:27 2009
@@ -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() + portal.getPortalAccountingTransactionTypeList())</string> </value>
+ <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalAccountingTransactionTypeList() + portal.getPortalProjectTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml?rev=25031&r1=25030&r2=25031&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/CategoryTemplateItem/portal_categories/source_section.xml [utf8] Wed Jan 7 15:03:27 2009
@@ -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() + portal.getPortalAccountingTransactionTypeList())</string> </value>
+ <value> <string>python: list( portal.getPortalAcquisitionMovementTypeList() + portal.getPortalItemTypeList() + portal.getPortalDeliveryTypeList() + portal.getPortalOrderTypeList() + portal.getPortalInvoiceTypeList() + portal.getPortalSupplyTypeList() + portal.getPortalSupplyPathTypeList() + portal.getPortalAccountingTransactionTypeList() + portal.getPortalProjectTypeList())</string> </value>
</item>
<item>
<key> <string>acquisition_sync_value</string> </key>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=25031&r1=25030&r2=25031&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision [utf8] Wed Jan 7 15:03:27 2009
@@ -1,1 +1,1 @@
-1054
+1056
More information about the Erp5-report
mailing list