[Erp5-report] r17692 - /erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 19 19:05:10 CET 2007


Author: fabien
Date: Mon Nov 19 19:05:09 2007
New Revision: 17692

URL: http://svn.erp5.org?rev=17692&view=rev
Log:
change variable name and add the property social_insurance_annotation_line

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

Modified: erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py?rev=17692&r1=17691&r2=17692&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py Mon Nov 19 19:05:09 2007
@@ -33,9 +33,9 @@
 
   _properties = (
     # Acquisition
-    { 'id'          : 'annotation_line',
-      'storage_id'  : 'default_annotation_line',
-      'description' : 'The default annotation line',
+    { 'id'          : 'work_time_annotation_line',
+      'storage_id'  : 'work_time_annotation_line',
+      'description' : 'The duration of worked time',
       'type'        : 'content',
       'portal_type' : ('Annotation Line',),
       'acquired_property_id'      : ('source_section', 'source_section_title',
@@ -47,4 +47,19 @@
                                      'resource_title', 'quantity', 
                                      'quantity_unit', 'quantity_unit_title'),
       'mode'        : 'w' },
+    { 'id'          : 'social_insurance_annotation_line',
+      'storage_id'  : 'social_insurance_annotation_line',
+      'description' : "The Social Insurance annotation line, it's used to"
+                      " display information on Social Insurance",
+      'type'        : 'content',
+      'portal_type' : ('Annotation Line',),
+      'acquired_property_id'      : ('source', 'source_title',
+                                     'source_uid', 
+                                     'destination',
+                                     'destination_uid',
+                                     'destination_title',
+                                     'resource_uid',
+                                     'resource_title', 'quantity', 
+                                     'quantity_unit', 'quantity_unit_title'),
+      'mode'        : 'w' },
    )




More information about the Erp5-report mailing list