Commit 79ec67cf authored by Yoshinori Okuji's avatar Yoshinori Okuji

Added document_reference.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@223 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 05fdfb54
......@@ -48,6 +48,10 @@ class Reference:
'description' : 'The references of the document for default destinations',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'document_reference',
'description' : 'The references of the document itself',
'type' : 'string',
'mode' : 'w' },
)
_categories = ()
......
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