From c27279d433d6c474397d897464e157e082a7bbf2 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Wed, 8 Feb 2006 19:25:58 +0000
Subject: [PATCH] Allow range accessors for reference.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5638 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Reference.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/product/ERP5/PropertySheet/Reference.py b/product/ERP5/PropertySheet/Reference.py
index 97cd3c117d..10ca2e41d8 100755
--- a/product/ERP5/PropertySheet/Reference.py
+++ b/product/ERP5/PropertySheet/Reference.py
@@ -37,6 +37,7 @@ class Reference:
             'storage_id'  : 'default_reference', # Compatibility
             'description' : 'The absolute references of the document (our reference)',
             'type'        : 'string',
+            'range'       : True,
             'mode'        : 'w' },
         # WARNING: the naming is wrong because it conflicts with getSourceReference
         # which returns the reference of the source. Must be renamed as
-- 
2.30.9