[gen] Added attribute Field.view allowing to specify, for any field, an alternative pxView.

This commit is contained in:
Gaetan Delannay 2014-12-09 15:19:28 +01:00
parent 186175250d
commit e01615476b
17 changed files with 45 additions and 36 deletions

View file

@ -533,6 +533,8 @@ class BaseMixin:
except Exception, e:
tb = sutils.Traceback.get()
res = XmlMarshaller(rootTag='exception').marshall(tb)
import transaction
transaction.abort()
return res
def say(self, msg, type='info'):