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>
<portal_type id="BPM Delivery Rule">
<item>BPMAppliedRule</item>
<item>BPMRule</item>
</portal_type>
<portal_type id="BPM Invoice Transaction Rule">
<item>BPMAppliedRule</item>
<item>BPMRule</item>
</portal_type>
<portal_type id="BPM Invoicing Rule">
<item>BPMAppliedRule</item>
<item>BPMRule</item>
</portal_type>
<portal_type id="BPM Order Rule">
<item>BPMAppliedRule</item>
<item>BPMRule</item>
</portal_type>
</property_sheet_list>
\ No newline at end of file
##############################################################################
#
# Copyright (c) 2002 Nexedi SARL and Contributors. All Rights Reserved.
# Jean-Paul Smets-Solanes <jp@nexedi.com>
# Copyright (c) 2009 Nexedi SARL and Contributors. All Rights Reserved.
# Łukasz Nowak <luke@nexedi.com>
#
# 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
# 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
#
# This program is Free Software; you can redistribute it and/or
......@@ -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 = (
{ 'id' : 'matching_property',
'description' : 'List of properties used in to compare previsions '
......
233
\ No newline at end of file
234
\ No newline at end of file
BPM Delivery Rule | BPMAppliedRule
BPM Invoice Transaction Rule | BPMAppliedRule
BPM Invoicing Rule | BPMAppliedRule
BPM Order Rule | BPMAppliedRule
\ No newline at end of file
BPM Delivery Rule | BPMRule
BPM Invoice Transaction Rule | BPMRule
BPM Invoicing Rule | BPMRule
BPM Order Rule | BPMRule
\ No newline at end of file
BPMAppliedRule
\ No newline at end of file
BPMRule
\ 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