I did a grep of the module tree and there are no _auto_init declarations. There are some _init declarations.
report/render/render.py:42:# __init__ report/render/render.py:46: def __init__(self, bin_datas={}, path='.'): report/render/rml2pdf/trml2pdf.py:53: def __init__(self, nodes): report/render/rml2pdf/trml2pdf.py:142: def __init__(self, data, images={}, path='.'): report/render/rml2pdf/trml2pdf.py:202: def __init__(self, canvas, doc_tmpl=None, doc=None, images={}, path='.'): report/render/rml2pdf/trml2pdf.py:387: def __init__(self, node, styles, images={}, path='.'): report/render/rml2pdf/trml2pdf.py:401: def __init__(self, doc, images={}, path='.'): report/render/rml2pdf/trml2pdf.py:463: def __init__(self, node, styles, self2): report/render/rml2pdf/trml2pdf.py:615: def __init__(self,resume=0): report/render/rml2pdf/trml2pdf.py:616: ActionFlowable.__init__(self,('frameEnd',resume)) report/render/rml2pdf/trml2pdf.py:638: def __init__(self, out, node, doc, images={}, path='.'): report/render/rml2html/rml2html.py:28: def __init__(self, template, doc): report/render/rml2html/rml2html.py:94: def __init__(self, *args): report/render/rml2html/rml2html.py:106: def __init__(self, posx, width): report/render/rml2html/rml2html.py:123: def __init__(self, node, style): report/render/rml2html/rml2html.py:157: def __init__(self, node, style): report/render/rml2html/rml2html.py:174: def __init__(self, stylesheet, doc): report/render/rml2html/rml2html.py:200: def __init__(self): report/render/rml2html/rml2html.py:225: def __init__(self, template): report/render/rml2html/rml2html.py:313: def __init__(self, data): report/render/rml.py:34: def __init__(self, xml, datas={}, path='.'): report/render/rml.py:35: render.render.__init__(self, datas) report/render/rml.py:44: def __init__(self, xml, datas={}): report/render/rml.py:45: super(rml2html, self).__init__(datas) report/testreport.py:29: def __init__(self, cr, uid, name, context, dom): report/testreport.py:30: super(violation_letter, self).__init__(cr, uid, name, context, dom) Regards, Gerry -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=25571#25571 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
