Commit ca03be02 authored by Sebastien Robin's avatar Sebastien Robin

change the type object by the type content


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@268 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7fe58beb
......@@ -71,7 +71,7 @@ class Organisation:
{ 'id' : 'address',
'storage_id' : 'default_address',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Address'),
'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',),
......@@ -84,7 +84,7 @@ class Organisation:
{ 'id' : 'telephone',
'storage_id' : 'default_telephone',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Telephone'),
'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',),
......@@ -97,7 +97,7 @@ class Organisation:
{ 'id' : 'fax',
'storage_id' : 'default_fax',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Fax'),
'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',),
......@@ -110,7 +110,7 @@ class Organisation:
{ 'id' : 'email',
'storage_id' : 'default_email',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Email'),
'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',),
......
......@@ -74,7 +74,7 @@ class Person:
{ 'id' : 'address',
'storage_id' : 'default_address',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Address'),
'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',),
......@@ -87,7 +87,7 @@ class Person:
{ 'id' : 'telephone',
'storage_id' : 'default_telephone',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Telephone'),
'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',),
......@@ -100,7 +100,7 @@ class Person:
{ 'id' : 'fax',
'storage_id' : 'default_fax',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Fax'),
'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',),
......@@ -113,7 +113,7 @@ class Person:
{ 'id' : 'email',
'storage_id' : 'default_email',
'description' : 'The organisations this persons works for',
'type' : 'object',
'type' : 'content',
'portal_type' : ('Email'),
'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',),
......
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