[Erp5-report] r10177 - in /erp5/trunk/products/ERP5: Document/ PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 19 18:05:42 CEST 2006


Author: jerome
Date: Tue Sep 19 18:05:39 2006
New Revision: 10177

URL: http://svn.erp5.org?rev=10177&view=rev
Log:
Remove duplicate properties source_reference & destination_reference. From Nicolas Delaby


Modified:
    erp5/trunk/products/ERP5/Document/ImmobilisableItem.py
    erp5/trunk/products/ERP5/Document/Item.py
    erp5/trunk/products/ERP5/PropertySheet/Resource.py

Modified: erp5/trunk/products/ERP5/Document/ImmobilisableItem.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/ImmobilisableItem.py?rev=10177&r1=10176&r2=10177&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/ImmobilisableItem.py (original)
+++ erp5/trunk/products/ERP5/Document/ImmobilisableItem.py Tue Sep 19 18:05:39 2006
@@ -80,7 +80,6 @@
                       , PropertySheet.CategoryCore
                       , PropertySheet.DublinCore
                       , PropertySheet.Price
-                      , PropertySheet.Resource
                       , PropertySheet.Item
                       , PropertySheet.Amount
                       , PropertySheet.Reference

Modified: erp5/trunk/products/ERP5/Document/Item.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Item.py?rev=10177&r1=10176&r2=10177&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Item.py (original)
+++ erp5/trunk/products/ERP5/Document/Item.py Tue Sep 19 18:05:39 2006
@@ -71,7 +71,6 @@
                       , PropertySheet.CategoryCore
                       , PropertySheet.DublinCore
                       , PropertySheet.Price
-                      , PropertySheet.Resource
                       , PropertySheet.Item
                       , PropertySheet.Amount
                       , PropertySheet.Reference

Modified: erp5/trunk/products/ERP5/PropertySheet/Resource.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Resource.py?rev=10177&r1=10176&r2=10177&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Resource.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Resource.py Tue Sep 19 18:05:39 2006
@@ -152,11 +152,6 @@
             '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 @@
             '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',




More information about the Erp5-report mailing list