Commit 4afe39f7 authored by Łukasz Nowak's avatar Łukasz Nowak

- rename PropertySheet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28317 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f610d207
<property_sheet_list> <property_sheet_list>
<portal_type id="BPM Delivery Rule"> <portal_type id="BPM Delivery Rule">
<item>BPMAppliedRule</item> <item>BPMRule</item>
</portal_type> </portal_type>
<portal_type id="BPM Invoice Transaction Rule"> <portal_type id="BPM Invoice Transaction Rule">
<item>BPMAppliedRule</item> <item>BPMRule</item>
</portal_type> </portal_type>
<portal_type id="BPM Invoicing Rule"> <portal_type id="BPM Invoicing Rule">
<item>BPMAppliedRule</item> <item>BPMRule</item>
</portal_type> </portal_type>
<portal_type id="BPM Order Rule"> <portal_type id="BPM Order Rule">
<item>BPMAppliedRule</item> <item>BPMRule</item>
</portal_type> </portal_type>
</property_sheet_list> </property_sheet_list>
\ No newline at end of file
############################################################################## ##############################################################################
# #
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved. # Copyright (c) 2009 Nexedi SARL and Contributors. All Rights Reserved.
# Jean-Paul Smets-Solanes <jp@nexedi.com> # Łukasz Nowak <luke@nexedi.com>
# #
# WARNING: This program as such is intended to be used by professional # WARNING: This program as such is intended to be used by professional
# programmers who take the whole responsability of assessing all potential # programmers who take the whole responsibility of assessing all potential
# consequences resulting from its eventual inadequacies and bugs # consequences resulting from its eventual inadequacies and bugs
# End users who are looking for a ready-to-use solution with commercial # End users who are looking for a ready-to-use solution with commercial
# garantees and support are strongly adviced to contract a Free Software # guarantees and support are strongly advised to contract a Free Software
# Service Company # Service Company
# #
# This program is Free Software; you can redistribute it and/or # This program is Free Software; you can redistribute it and/or
...@@ -26,11 +26,10 @@ ...@@ -26,11 +26,10 @@
# #
############################################################################## ##############################################################################
class BPMAppliedRule: class BPMRule:
""" """
BPM extended Applied Rule properties BPM extended Rule properties
""" """
# XXX: Name of this Property Sheet is wrong - this is for Rules
_properties = ( _properties = (
{ 'id' : 'matching_property', { 'id' : 'matching_property',
'description' : 'List of properties used in to compare previsions ' 'description' : 'List of properties used in to compare previsions '
......
233 234
\ No newline at end of file \ No newline at end of file
BPM Delivery Rule | BPMAppliedRule BPM Delivery Rule | BPMRule
BPM Invoice Transaction Rule | BPMAppliedRule BPM Invoice Transaction Rule | BPMRule
BPM Invoicing Rule | BPMAppliedRule BPM Invoicing Rule | BPMRule
BPM Order Rule | BPMAppliedRule BPM Order Rule | BPMRule
\ No newline at end of file \ No newline at end of file
BPMAppliedRule BPMRule
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment