Posts for OpenERP
Aug 03
Debugging and Profiling Open ERP
Surprise, surprise, there is a debug command in the tools module, and it's even properly documented! >>> from tools.misc import debug I've found the debug command by accident, but after reading all the other methods in the tools module, it turned out to be a really useful module. A short description of some debugging related commands follows. * debug * profile * logged
Jul 22