[Erp5-report] r10591 - /erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Oct 6 11:25:54 CEST 2006


Author: romain
Date: Fri Oct  6 11:25:51 2006
New Revision: 10591

URL: http://svn.erp5.org?rev=10591&view=rev
Log:
Check object type.

Modified:
    erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py

Modified: erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py?rev=10591&r1=10590&r2=10591&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py (original)
+++ erp5/trunk/products/ERP5Type/Constraint/PropertyTypeValidity.py Fri Oct  6 11:25:51 2006
@@ -45,6 +45,7 @@
 
   # Initialize type dict
   _type_dict = {
+    'object':             (type('a'), ),
     'string':             (type('a'), ),
     'text':               (type('a'), ),
     'int':                (type(1), ),




More information about the Erp5-report mailing list