Commit 63a9efb3 authored by Aurel's avatar Aurel

define 'head of family' property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f33633e
......@@ -107,6 +107,11 @@ class Person:
, 'type' : 'int'
, 'mode' : 'w'
},
{ 'id' : 'head_of_family'
, 'description': 'Has authority to exercise family control.'
, 'type' : 'boolean'
, 'mode' : 'w'
},
# Contact fields
{ 'id' : 'address'
, 'storage_id' : 'default_address'
......
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