Commit 6ecbe8c3 authored by Fabien Morin's avatar Fabien Morin

remove birthplace property because it has been added to Person property sheet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22201 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 07f0b4ae
......@@ -39,20 +39,4 @@ class EGovGenericProperties:
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'birthplace'
, 'storage_id' : 'default_birthplace'
, 'description' : 'The current address of the person'
, 'type' : 'content'
, 'portal_type' : ( 'Address', )
, 'acquired_property_id' : ( 'text', 'street_address', 'city',
'zip_code', 'region', 'region_title')
, 'acquisition_base_category': ( 'subordination', )
, 'acquisition_portal_type' : ( 'Organisation', )
, 'acquisition_copy_value' : 0
, 'acquisition_mask_value' : 1
, 'acquisition_sync_value' : 0
, 'acquisition_accessor_id' : 'getDefaultBirthplaceValue'
, 'acquisition_depends' : None
, 'mode' : 'w'
},
)
195
\ No newline at end of file
197
\ No newline at end of file
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