sobjects/test/data/schema.py
author Nicolas Chauvat <nicolas.chauvat@logilab.fr>
Wed, 03 Jun 2009 19:38:14 +0200
branchtreeview-tabs
changeset 2026 74edd1b34c52
parent 0 b97547f5f1fa
child 1977 606923dff11b
permissions -rw-r--r--
closing treeview-tabs branch merged into trunk.

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