server/test/data/schema/custom.py
changeset 341 0a426be2f3a2
parent 332 86b8d58664eb
child 360 600dd2fe8b40
--- a/server/test/data/schema/custom.py	Wed Jan 07 14:55:16 2009 +0100
+++ b/server/test/data/schema/custom.py	Wed Jan 07 14:57:03 2009 +0100
@@ -15,6 +15,12 @@
     subject = ('Card', 'Note')
     object = 'Note'
 
+class multisource_inlined_rel(RelationType):
+    inlined = True
+    cardinality = '?*'
+    subject = ('Card', 'Note')
+    object = ('Affaire', 'Note')
+
 
 class see_also(RelationDefinition):
     subject = ('Bookmark', 'Note')