[Erp5-report] r41766 nicolas - /erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Dec 24 17:44:00 CET 2010


Author: nicolas
Date: Fri Dec 24 17:44:00 2010
New Revision: 41766

URL: http://svn.erp5.org?rev=41766&view=rev
Log:
Define new properties useful for events.

Modified:
    erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Arrow.py

Modified: erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Arrow.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Arrow.py?rev=41766&r1=41765&r2=41766&view=diff
==============================================================================
--- erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Arrow.py [utf8] (original)
+++ erp5/trunk/products/ERP5PropertySheetLegacy/PropertySheet/Arrow.py [utf8] Fri Dec 24 17:44:00 2010
@@ -56,6 +56,44 @@ class Arrow:
             'acquisition_accessor_id'       : 'getTitle',
             'acquisition_depends'           : None,
             'mode'        : 'r' },
+        {   'id'          : 'source_person_first_name',
+            'description' : 'The first name of source person of this movement',
+            'type'        : 'string',
+            'acquisition_base_category' : ('source',),
+            'acquisition_portal_type'   : ('Person',),
+            'acquisition_copy_value'    : 0,
+            'acquisition_mask_value'    : 0,
+            'acquisition_accessor_id'   : 'getFirstName',
+            'mode'        : 'w' },
+        {   'id'          : 'source_person_last_name',
+            'description' : 'The last name of source person of this movement',
+            'type'        : 'string',
+            'acquisition_base_category' : ('source',),
+            'acquisition_portal_type'   : ('Person',),
+            'acquisition_copy_value'    : 0,
+            'acquisition_mask_value'    : 0,
+            'acquisition_accessor_id'   : 'getLastName',
+            'mode'        : 'w' },
+        {   'id'          : 'source_person_default_email_text',
+            'description' : 'The email address of source person'\
+                            ' of this movement',
+            'type'        : 'string',
+            'acquisition_base_category' : ('source',),
+            'acquisition_portal_type'   : ('Person',),
+            'acquisition_copy_value'    : 0,
+            'acquisition_mask_value'    : 0,
+            'acquisition_accessor_id'   : 'getDefaultEmailText',
+            'mode'        : 'w' },
+        {   'id'          : 'source_person_default_telephone_text',
+            'description' : 'The telephone number of source person'\
+                            ' of this movement',
+            'type'        : 'string',
+            'acquisition_base_category' : ('source',),
+            'acquisition_portal_type'   : ('Person',),
+            'acquisition_copy_value'    : 0,
+            'acquisition_mask_value'    : 0,
+            'acquisition_accessor_id'   : 'getDefaultTelephoneText',
+            'mode'        : 'w' },
         {   'id'          : 'source_organisation_title',
             'description' : 'The title of the source organisation of this movement',
             'type'        : 'string',



More information about the Erp5-report mailing list