Commit 4351ef8b authored by Jean-Paul Smets's avatar Jean-Paul Smets

WARNING - Additional comments. Should be moved probably to a better place


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1233 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b533b892
......@@ -168,6 +168,17 @@ class Resource:
'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None,
'mode' : 'w' },
# Default attributes overriden in supply lines (should be in supply line)
{ 'id' : 'trade_description',
'description' : 'A description of the document intended for client',
'type' : 'text',
'default' : '',
'mode' : 'w' },
{ 'id' : 'instructions',
'description' : 'instructions in order to explain how to use the resource',
'type' : 'text',
'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