Change the type of document converted by oood since it's used for

the document synchronization


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29134 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 99c03c51
...@@ -35,7 +35,7 @@ class Data: ...@@ -35,7 +35,7 @@ class Data:
_properties = ( _properties = (
{ 'id' : 'data', { 'id' : 'data',
'description' : 'An object (string, stream, etc.) which contains raw data', 'description' : 'An object (string, stream, etc.) which contains raw data',
'type' : 'object', 'type' : 'data',
'default' : '', 'default' : '',
'mode' : 'w' }, 'mode' : 'w' },
{ 'id' : 'content_type', { 'id' : 'content_type',
......
...@@ -34,7 +34,7 @@ class Document: ...@@ -34,7 +34,7 @@ class Document:
{ 'id' : 'base_data', { 'id' : 'base_data',
'description' : 'An object (string, stream, etc.) which contains raw data' 'description' : 'An object (string, stream, etc.) which contains raw data'
'to store the converted content of the document in its base format', 'to store the converted content of the document in its base format',
'type' : 'object', 'type' : 'data',
'default' : '', 'default' : '',
'read_permission' : 'Manage properties', 'read_permission' : 'Manage properties',
'mode' : 'w' }, 'mode' : 'w' },
......
...@@ -37,7 +37,7 @@ class Snapshot: ...@@ -37,7 +37,7 @@ class Snapshot:
'description' : 'An object (string, stream, etc.) which contains raw data' 'description' : 'An object (string, stream, etc.) which contains raw data'
'of a snapshot. Snapshot is used to keep a visual representation' 'of a snapshot. Snapshot is used to keep a visual representation'
'of a document such as an invoice.', 'of a document such as an invoice.',
'type' : 'object', 'type' : 'data',
'write_permission' : 'Manage properties', 'write_permission' : 'Manage properties',
'default' : '', 'default' : '',
'mode' : 'w' }, 'mode' : 'w' },
......
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