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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 26 17:26:47 CET 2007


Author: fabien
Date: Mon Nov 26 17:26:46 2007
New Revision: 17795

URL: http://svn.erp5.org?rev=17795&view=rev
Log:
Add a overtime annotation property

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=17795&r1=17794&r2=17795&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultAnnotationLine.py Mon Nov 26 17:26:46 2007
@@ -47,6 +47,20 @@
                                      'resource_title', 'quantity', 
                                      'quantity_unit', 'quantity_unit_title'),
       'mode'        : 'w' },
+    { 'id'          : 'overtime_annotation_line',
+      'storage_id'  : 'overtime_annotation_line',
+      'description' : 'The duration of overtime worked hours',
+      'type'        : 'content',
+      'portal_type' : ('Annotation Line',),
+      'acquired_property_id'      : ('source_section', 'source_section_title',
+                                     'source_section_uid', 
+                                     'destination_section',
+                                     'destination_section_uid',
+                                     'destination_section_title',
+                                     'resource_uid',
+                                     '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"




More information about the Erp5-report mailing list