Commit 30447ae1 authored by Kevin Deldycke's avatar Kevin Deldycke

Use the Reference property sheet


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4252 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cc887e80
......@@ -70,6 +70,7 @@ class Person(Entity, Node, XMLObject):
, PropertySheet.XMLObject
, PropertySheet.CategoryCore
, PropertySheet.DublinCore
, PropertySheet.Reference
, PropertySheet.Person
)
......
......@@ -35,11 +35,6 @@ class Person:
_properties = (
# Personnal properties
{ 'id' : 'reference'
, 'description': 'Also know as user login.'
, 'type' : 'string'
, 'mode' : 'w'
},
{ 'id' : 'password'
, 'description': ''
, 'type' : 'string'
......
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