On 2012-01-24 at 07:59:28 GMT kenneth gonsalves <lawgon@...> writes: > On Tue, 2012-01-24 at 07:46 +0000, VK Sameer wrote: > > return sorted([(k,k) for k,v in fields.__dict__.iteritems() > > should this not be: > > return sorted([(k,v) for k,v in fields.__dict__.iteritems()
Also, changing to (k,v) and uncommenting the code still gave: Compiling openerp/addons/base/ir/ir_model.py ... python: Python/compile.c:3437: stackdepth_walk: Assertion `depth >= 0' failed. Aborted Regards, Sameer _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
