sobjects/test/data/schema.py
author Florent <florent@secondweb.fr>
Fri, 17 Apr 2009 08:51:16 +0200
branchtls-sprint
changeset 1386 8ba1f0d36c7e
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
initial form values can now also be a callable of the field or the form itself

class comments(RelationDefinition):
    subject = 'Comment'
    object = 'Card'
    cardinality='1*'
    composite='object'