Commit 714df451 authored by Kevin Deldycke's avatar Kevin Deldycke

Add reference / user login property.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4239 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4ffb8fa8
......@@ -35,6 +35,11 @@ class Person:
_properties = (
# Personnal properties
{ 'id' : 'reference'
, 'description': 'Also know as user login.'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'password'
, 'description': ''
, 'type' : 'string'
......@@ -182,4 +187,4 @@ class Person:
_categories = ( 'region', 'gender', 'product_line', 'nationality', 'marital_status',
'subordination', 'destination_region' )
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