diff --git a/product/ERP5/PropertySheet/Transformation.py b/product/ERP5/PropertySheet/Transformation.py index f45cea36992650599781600e7a11d4c9dd14bff2..477cf266a7c75d3c3c2a5586d77f0df55505a260 100644 --- a/product/ERP5/PropertySheet/Transformation.py +++ b/product/ERP5/PropertySheet/Transformation.py @@ -70,16 +70,4 @@ class Transformation: 'acquisition_accessor_id' : 'getTitle', 'acquisition_depends' : None, 'mode' : 'w' }, - - { 'id' : 'resource_title', - 'description' : "Title of the resource", - 'type' : 'string', - 'acquisition_base_category' : ('resource',), - 'acquisition_portal_type' : (), - 'acquisition_copy_value' : 0, - 'acquisition_mask_value' : 0, - 'acquisition_sync_value' : 0, - 'acquisition_accessor_id' : 'getTitle', - 'acquisition_depends' : None, - 'mode' : 'w' }, )