[Erp5-report] r15650 - /erp5/trunk/products/ERP5/PropertySheet/Person.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 13 16:41:25 CEST 2007


Author: jp
Date: Mon Aug 13 16:41:25 2007
New Revision: 15650

URL: http://svn.erp5.org?rev=15650&view=rev
Log:
It can be useful to know which activity a person is currently related to in his career. This is useful both for sorting people and to enter people without a company (ex. consultants) yet associate them to an activity.

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

Modified: erp5/trunk/products/ERP5/PropertySheet/Person.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Person.py?rev=15650&r1=15649&r2=15650&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Person.py (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Person.py Mon Aug 13 16:41:25 2007
@@ -200,6 +200,7 @@
                               , 'grade', 'grade_id', 'grade_title', 'grade_value'
                               , 'role', 'role_id', 'role_title', 'role_value'
                               , 'function', 'function_id', 'function_title', 'function_value'
+                              , 'activity', 'activity_id', 'activity_title', 'activity_value'
                               )
     , 'mode'                : 'w'
     },
@@ -211,7 +212,7 @@
                    # acquired from address
                   'region',
                    # acquired from career
-                  'group', 'subordination', 'role', 'function',
+                  'group', 'subordination', 'role', 'function', 'activity',
                   'salary_level', 'grade', 'skill',
                  )
 




More information about the Erp5-report mailing list