From d3a7c2cba80b79749cb36f3d6a7395ed5e4d092d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 20 Mar 2006 17:35:52 +0000
Subject: [PATCH] added grade and skill categories for acquisition on default
 career

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6150 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/Person.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index c7481532ba..75dd9ccc48 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -203,7 +203,8 @@ class Person:
                    # acquired from address
                   'region',
                    # acquired from career
-                  'group', 'subordination', 'role', 'function', 'salary_level',
+                  'group', 'subordination', 'role', 'function',
+                  'salary_level', 'grade', 'skill',
                    # needed for movements having a Person as destination / source
                   'destination_region', 'source_region',
                  )
-- 
2.30.9