Commit e7a2fddd authored by Jean-Paul Smets's avatar Jean-Paul Smets

Divergence testers can provide matching to Rules which need to find a way to...

Divergence testers can provide matching to Rules which need to find a way to match existing simulation movements with aggregated amount lists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29995 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f627caa
# -*- coding: utf-8 -*-
##############################################################################
#
# Copyright (c) 2006-2008 Nexedi SA and Contributors. All Rights Reserved.
......@@ -38,4 +39,9 @@ class DivergenceTester:
'type' : 'lines',
'default' : (),
'mode' : 'w' },
{ 'id' : 'matching_provider',
'description' : 'Defines whether a divergence tester acts as a matching provider.',
'type' : 'boolean',
'default' : 0,
'mode' : 'rw' },
)
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