diff --git a/product/ERP5/PropertySheet/Resource.py b/product/ERP5/PropertySheet/Resource.py index af4b429c42b654df6965651ac8d43662036275b7..3a80c010cf43b548be541e571317de79776fa3d4 100755 --- a/product/ERP5/PropertySheet/Resource.py +++ b/product/ERP5/PropertySheet/Resource.py @@ -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' }, )