[Erp5-report] r32168 aurel - /erp5/trunk/products/ERP5/PropertySheet/Person.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 2 11:32:27 CET 2010


Author: aurel
Date: Tue Feb  2 11:32:25 2010
New Revision: 32168

URL: http://svn.erp5.org?rev=32168&view=rev
Log:
define 'head of family' property

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Person.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Person.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Person.py?rev=32168&r1=32167&r2=32168&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Person.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Person.py [utf8] Tue Feb  2 11:32:25 2010
@@ -105,6 +105,11 @@
     { 'id'         : 'child_count'
     , 'description': 'Number of childs.'
     , 'type'       : 'int'
+    , 'mode'       : 'w'
+    },
+    { 'id'         : 'head_of_family'
+    , 'description': 'Has authority to exercise family control.'
+    , 'type'       : 'boolean'
     , 'mode'       : 'w'
     },
     # Contact fields




More information about the Erp5-report mailing list