[Erp5-report] r45261 leonardo - in /erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Apr 8 16:00:15 CEST 2011
Author: leonardo
Date: Fri Apr 8 16:00:15 2011
New Revision: 45261
URL: http://svn.erp5.org?rev=45261&view=rev
Log:
Add trade_phase property to Delivery property sheet
This allows portal_rules and Business Links to match against deliveries using the predicate API, which means less hard-coding of rule names in scripts (specially workflow scripts).
Added:
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Delivery/trade_phase_category.xml
Modified:
erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
Added: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Delivery/trade_phase_category.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Delivery/trade_phase_category.xml?rev=45261&view=auto
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Delivery/trade_phase_category.xml (added)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/PropertySheetTemplateItem/portal_property_sheets/Delivery/trade_phase_category.xml [utf8] Fri Apr 8 16:00:15 2011
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<ZopeData>
+ <record id="1" aka="AAAAAAAAAAE=">
+ <pickle>
+ <global name="Category Property" module="erp5.portal_type"/>
+ </pickle>
+ <pickle>
+ <dictionary>
+ <item>
+ <key> <string>id</string> </key>
+ <value> <string>trade_phase_category</string> </value>
+ </item>
+ <item>
+ <key> <string>portal_type</string> </key>
+ <value> <string>Category Property</string> </value>
+ </item>
+ </dictionary>
+ </pickle>
+ </record>
+</ZopeData>
Modified: erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision?rev=45261&r1=45260&r2=45261&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_property_sheets/bt/revision [utf8] Fri Apr 8 16:00:15 2011
@@ -1 +1 @@
-21
\ No newline at end of file
+22
\ No newline at end of file
More information about the Erp5-report
mailing list