Commit 487a46c7 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Changes comments. Added product_line.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0263797c
......@@ -48,10 +48,8 @@ class Assignment(Path):
},
)
_categories = ( # Assignment categories
'group', 'site', 'activity'
# Career categories
, 'grade', 'role', 'skill', 'subordination', 'salary_level'
# Dual categories
, 'function'
_categories = ( # Career categories
, 'grade', 'role', 'skill', 'subordination', 'salary_level', 'product_line',
# Assignment and Career categories
, 'group', 'site', 'function', 'activity'
)
\ No newline at end of file
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