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): ...@@ -80,7 +80,6 @@ class ImmobilisableItem(XMLObject, Amount):
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.Price , PropertySheet.Price
, PropertySheet.Resource
, PropertySheet.Item , PropertySheet.Item
, PropertySheet.Amount , PropertySheet.Amount
, PropertySheet.Reference , PropertySheet.Reference
......
...@@ -71,7 +71,6 @@ class Item(XMLObject, Amount, ImmobilisableItem): ...@@ -71,7 +71,6 @@ class Item(XMLObject, Amount, ImmobilisableItem):
, PropertySheet.CategoryCore , PropertySheet.CategoryCore
, PropertySheet.DublinCore , PropertySheet.DublinCore
, PropertySheet.Price , PropertySheet.Price
, PropertySheet.Resource
, PropertySheet.Item , PropertySheet.Item
, PropertySheet.Amount , PropertySheet.Amount
, PropertySheet.Reference , PropertySheet.Reference
......
...@@ -152,11 +152,6 @@ class Resource: ...@@ -152,11 +152,6 @@ class Resource:
'default' : [], 'default' : [],
'mode' : 'w' }, 'mode' : 'w' },
# Sourcing / planning properties # 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', { 'id' : 'source_title',
'storage_id' : 'default_source_title', # Compatibility 'storage_id' : 'default_source_title', # Compatibility
'description' : 'The titles of the sources of this resource', 'description' : 'The titles of the sources of this resource',
...@@ -167,11 +162,6 @@ class Resource: ...@@ -167,11 +162,6 @@ class Resource:
'acquisition_accessor_id' : 'getTitle', 'acquisition_accessor_id' : 'getTitle',
'acquisition_depends' : None, 'acquisition_depends' : None,
'mode' : 'w' }, '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', { 'id' : 'destination_title',
'storage_id' : 'default_destination_title', # Compatibility 'storage_id' : 'default_destination_title', # Compatibility
'description' : 'The titles of the destinations of this resource', '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