[Erp5-report] r13018 - /erp5/trunk/products/ERP5/PropertySheet/Codification.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 24 17:58:49 CET 2007


Author: jp
Date: Sat Feb 24 17:58:46 2007
New Revision: 13018

URL: http://svn.erp5.org?rev=13018&view=rev
Log:
Added acquisition from parent value if not defined

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Codification.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Codification.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Codification.py?rev=13018&r1=13017&r2=13018&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Codification.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Codification.py Sat Feb 24 17:58:46 2007
@@ -37,6 +37,13 @@
             'id'          : 'codification',
             'description' : 'a string which can be used to identify a category',
             'type'        : 'string',
+            'acquisition_base_category' : ('parent',),
+            'acquisition_portal_type'   : ('Category',),
+            'acquisition_copy_value'    : 0,
+            'acquisition_mask_value'    : 1,
+            'acquisition_sync_value'    : 0,
+            'acquisition_accessor_id'   : 'getCodification',
+            'acquisition_depends'       : None,
             'mode'        : 'w',
         },
     )




More information about the Erp5-report mailing list