[gen] More work ZPT->PX.

This commit is contained in:
Gaetan Delannay 2013-08-21 12:35:30 +02:00
parent 2e9a832463
commit 34e3a3083e
31 changed files with 3287 additions and 3067 deletions

View file

@ -149,7 +149,7 @@ class User(ModelClass):
name = gen.String(show=showName, **gm)
firstName = gen.String(show=showName, **gm)
def showEmail(self): pass
email = gen.String(show=showEmail)
email = gen.String(show=showEmail, **gm)
gm['multiplicity'] = (1,1)
def showLogin(self): pass
def validateLogin(self): pass