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

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Feb 29 11:16:37 CET 2008


Author: alex
Date: Fri Feb 29 11:16:36 2008
New Revision: 19576

URL: http://svn.erp5.org?rev=19576&view=rev
Log:
* move ean13_code property from PropertySheet/Organisation.py to
  PropertySheet/Reference.py
* add PropertySheet.Organisation to Document/Organisation.py

Modified:
    erp5/trunk/products/ERP5/Document/Organisation.py
    erp5/trunk/products/ERP5/PropertySheet/Organisation.py
    erp5/trunk/products/ERP5/PropertySheet/Reference.py

Modified: erp5/trunk/products/ERP5/Document/Organisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Organisation.py?rev=19576&r1=19575&r2=19576&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Organisation.py (original)
+++ erp5/trunk/products/ERP5/Document/Organisation.py Fri Feb 29 11:16:36 2008
@@ -69,6 +69,7 @@
                       , PropertySheet.Organisation
                       , PropertySheet.Mapping
                       , PropertySheet.Task
+                      , PropertySheet.Reference
                       )
 
 

Modified: erp5/trunk/products/ERP5/PropertySheet/Organisation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Organisation.py?rev=19576&r1=19575&r2=19576&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Organisation.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Organisation.py Fri Feb 29 11:16:36 2008
@@ -70,10 +70,6 @@
       'mode'        : 'w' },
     { 'id'          : 'geographic_incorporate_code',
       'description' : 'The geographic incorporate code of this organisation, sometimes derivated from corporate code',
-      'type'        : 'string',
-      'mode'        : 'w' },
-    { 'id'          : 'ean13_code',
-      'description' : 'The EAN 13 code of this organisation',
       'type'        : 'string',
       'mode'        : 'w' },
     { 'id'          : 'vat_code',

Modified: erp5/trunk/products/ERP5/PropertySheet/Reference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Reference.py?rev=19576&r1=19575&r2=19576&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Reference.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Reference.py Fri Feb 29 11:16:36 2008
@@ -39,6 +39,10 @@
             'type'        : 'string',
             'range'       : True,
             'mode'        : 'w' },
+        {   'id'          : 'ean13_code',
+            'description' : 'The EAN 13 code of this document',
+            'type'        : 'string',
+            'mode'        : 'w' },
         # WARNING: the naming is wrong because it conflicts with getSourceReference
         # which returns the reference of the source. Must be renamed as
         # source_specific_reference




More information about the Erp5-report mailing list