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:
_properties = (
{ 'id' : 'data',
'description' : 'An object (string, stream, etc.) which contains raw data',
'type' : 'object',
'type' : 'data',
'default' : '',
'mode' : 'w' },
{ 'id' : 'content_type',
......
......@@ -34,7 +34,7 @@ class Document:
{ 'id' : 'base_data',
'description' : 'An object (string, stream, etc.) which contains raw data'
'to store the converted content of the document in its base format',
'type' : 'object',
'type' : 'data',
'default' : '',
'read_permission' : 'Manage properties',
'mode' : 'w' },
......
......@@ -37,7 +37,7 @@ class Snapshot:
'description' : 'An object (string, stream, etc.) which contains raw data'
'of a snapshot. Snapshot is used to keep a visual representation'
'of a document such as an invoice.',
'type' : 'object',
'type' : 'data',
'write_permission' : 'Manage properties',
'default' : '',
'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