Hello!
My content object A has attributes 'cost' & 'tax' - Decimal (from
decimal). I try: A.cost + A.tax ---> security error '+' method for
Decimal-class. I solve problem by 'zope.proxy.removeAllProxies' , but i
think it's bad. What other ways are exist?

_______________________________________________
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users

Reply via email to