server/test/data/schema/Affaire.py
changeset 332 86b8d58664eb
parent 0 b97547f5f1fa
child 341 0a426be2f3a2
--- a/server/test/data/schema/Affaire.py	Mon Jan 05 22:30:25 2009 +0100
+++ b/server/test/data/schema/Affaire.py	Tue Jan 06 18:21:03 2009 +0100
@@ -20,6 +20,9 @@
                                 default='text/rest', constraints=[format_constraint])
     descr = String(fulltextindexed=True,
                    description=_('more detailed description'))
+
+    duration = Int()
+    invoiced = Int()
         
     wf_info_for = ObjectRelation('TrInfo', cardinality='1*', composite='object')
     depends_on = SubjectRelation('Affaire')