test/data/entities.py
branchstable
changeset 9214 be05b42b4825
parent 7827 9bbf83f68bcc
child 10529 747eded13c68
--- a/test/data/entities.py	Thu Aug 01 13:55:11 2013 +0200
+++ b/test/data/entities.py	Tue Aug 06 11:20:07 2013 +0200
@@ -28,6 +28,9 @@
     fetch_attrs, cw_fetch_order = fetch_config(['nom', 'prenom'])
     rest_attr = 'nom'
 
+class Ami(Societe):
+    __regid__ = 'Ami'
+    rest_attr = 'nom'
 
 class Note(AnyEntity):
     __regid__ = 'Note'