Commit 3105c63d authored by Jérome Perrin's avatar Jérome Perrin

Remove duplicate properties source_reference & destination_reference. From Nicolas Delaby



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10177 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 757d7274
......@@ -80,7 +80,6 @@ class ImmobilisableItem(XMLObject, Amount):
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.Price
, PropertySheet.Resource
, PropertySheet.Item
, PropertySheet.Amount
, PropertySheet.Reference
......
......@@ -71,7 +71,6 @@ class Item(XMLObject, Amount, ImmobilisableItem):
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.Price
, PropertySheet.Resource
, PropertySheet.Item
, PropertySheet.Amount
, PropertySheet.Reference
......
......@@ -152,11 +152,6 @@ class Resource:
'default' : [],
'mode' : 'w' },
# Sourcing / planning properties
{ 'id' : 'source_reference',
'storage_id' : 'default_source_reference', # Compatibility
'description' : 'The references of the resource for default sources',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'source_title',
'storage_id' : 'default_source_title', # Compatibility
'description' : 'The titles of the sources of this resource',
......@@ -167,11 +162,6 @@ class Resource:
'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None,
'mode' : 'w' },
{ 'id' : 'destination_reference',
'storage_id' : 'default_destination_reference', # Compatibility
'description' : 'The references of the resource for default destinations',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'destination_title',
'storage_id' : 'default_destination_title', # Compatibility
'description' : 'The titles of the destinations of this resource',
......
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