Commit 41adf5e5 authored by Fabien Morin's avatar Fabien Morin

Add a overtime annotation property


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17795 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d080ece4
...@@ -47,6 +47,20 @@ class DefaultAnnotationLine: ...@@ -47,6 +47,20 @@ class DefaultAnnotationLine:
'resource_title', 'quantity', 'resource_title', 'quantity',
'quantity_unit', 'quantity_unit_title'), 'quantity_unit', 'quantity_unit_title'),
'mode' : 'w' }, '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', { 'id' : 'social_insurance_annotation_line',
'storage_id' : 'social_insurance_annotation_line', 'storage_id' : 'social_insurance_annotation_line',
'description' : "The Social Insurance annotation line, it's used to" 'description' : "The Social Insurance annotation line, it's used to"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment