[Erp5-report] r28172 - in /erp5/trunk/bt5/erp5_bpm: PropertySheetTemplateItem/ bt/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jul 24 11:57:54 CEST 2009


Author: luke
Date: Fri Jul 24 11:57:54 2009
New Revision: 28172

URL: http://svn.erp5.org?rev=28172&view=rev
Log:
 - property sheet with matching_property rule configuration

Added:
    erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/
    erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py
Modified:
    erp5/trunk/bt5/erp5_bpm/bt/revision
    erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list

Added: erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py?rev=28172&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py (added)
+++ erp5/trunk/bt5/erp5_bpm/PropertySheetTemplateItem/BPMAppliedRule.py [utf8] Fri Jul 24 11:57:54 2009
@@ -1,0 +1,42 @@
+##############################################################################
+#
+# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
+#                    Jean-Paul Smets-Solanes <jp at nexedi.com>
+#
+# WARNING: This program as such is intended to be used by professional
+# programmers who take the whole responsability of assessing all potential
+# consequences resulting from its eventual inadequacies and bugs
+# End users who are looking for a ready-to-use solution with commercial
+# garantees and support are strongly adviced to contract a Free Software
+# Service Company
+#
+# This program is Free Software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License
+# as published by the Free Software Foundation; either version 2
+# of the License, or (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
+#
+##############################################################################
+
+class BPMAppliedRule:
+  """
+    BPM extended Applied Rule properties
+  """
+
+  _properties = (
+        {  'id'          : 'matching_property',
+           'description' : 'List of properties used in to compare previsions '
+                           'with Simulation Movements',
+           'type'        : 'lines',
+           'default'     : [],
+           'multivalued' : 1,
+           'mode'        : 'w' },
+  )

Modified: erp5/trunk/bt5/erp5_bpm/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/revision?rev=28172&r1=28171&r2=28172&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/revision [utf8] Fri Jul 24 11:57:54 2009
@@ -1,1 +1,1 @@
-224
+225

Modified: erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list?rev=28172&r1=28171&r2=28172&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list [utf8] (original)
+++ erp5/trunk/bt5/erp5_bpm/bt/template_property_sheet_id_list [utf8] Fri Jul 24 11:57:54 2009
@@ -1,0 +1,1 @@
+BPMAppliedRule




More information about the Erp5-report mailing list