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: ...@@ -71,7 +71,7 @@ class Organisation:
{ 'id' : 'address', { 'id' : 'address',
'storage_id' : 'default_address', 'storage_id' : 'default_address',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Address'), 'portal_type' : ('Address'),
'acquisition_base_category' : ('region', ), 'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',), 'acquisition_portal_type' : ('Category',),
...@@ -84,7 +84,7 @@ class Organisation: ...@@ -84,7 +84,7 @@ class Organisation:
{ 'id' : 'telephone', { 'id' : 'telephone',
'storage_id' : 'default_telephone', 'storage_id' : 'default_telephone',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Telephone'), 'portal_type' : ('Telephone'),
'acquisition_base_category' : ('region', ), 'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',), 'acquisition_portal_type' : ('Category',),
...@@ -97,7 +97,7 @@ class Organisation: ...@@ -97,7 +97,7 @@ class Organisation:
{ 'id' : 'fax', { 'id' : 'fax',
'storage_id' : 'default_fax', 'storage_id' : 'default_fax',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Fax'), 'portal_type' : ('Fax'),
'acquisition_base_category' : ('region', ), 'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',), 'acquisition_portal_type' : ('Category',),
...@@ -110,7 +110,7 @@ class Organisation: ...@@ -110,7 +110,7 @@ class Organisation:
{ 'id' : 'email', { 'id' : 'email',
'storage_id' : 'default_email', 'storage_id' : 'default_email',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Email'), 'portal_type' : ('Email'),
'acquisition_base_category' : ('region', ), 'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',), 'acquisition_portal_type' : ('Category',),
......
...@@ -74,7 +74,7 @@ class Person: ...@@ -74,7 +74,7 @@ class Person:
{ 'id' : 'address', { 'id' : 'address',
'storage_id' : 'default_address', 'storage_id' : 'default_address',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Address'), 'portal_type' : ('Address'),
'acquisition_base_category' : ('subordination', ), 'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',), 'acquisition_portal_type' : ('Organisation',),
...@@ -87,7 +87,7 @@ class Person: ...@@ -87,7 +87,7 @@ class Person:
{ 'id' : 'telephone', { 'id' : 'telephone',
'storage_id' : 'default_telephone', 'storage_id' : 'default_telephone',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Telephone'), 'portal_type' : ('Telephone'),
'acquisition_base_category' : ('subordination', ), 'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',), 'acquisition_portal_type' : ('Organisation',),
...@@ -100,7 +100,7 @@ class Person: ...@@ -100,7 +100,7 @@ class Person:
{ 'id' : 'fax', { 'id' : 'fax',
'storage_id' : 'default_fax', 'storage_id' : 'default_fax',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Fax'), 'portal_type' : ('Fax'),
'acquisition_base_category' : ('subordination', ), 'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',), 'acquisition_portal_type' : ('Organisation',),
...@@ -113,7 +113,7 @@ class Person: ...@@ -113,7 +113,7 @@ class Person:
{ 'id' : 'email', { 'id' : 'email',
'storage_id' : 'default_email', 'storage_id' : 'default_email',
'description' : 'The organisations this persons works for', 'description' : 'The organisations this persons works for',
'type' : 'object', 'type' : 'content',
'portal_type' : ('Email'), 'portal_type' : ('Email'),
'acquisition_base_category' : ('subordination', ), 'acquisition_base_category' : ('subordination', ),
'acquisition_portal_type' : ('Organisation',), '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