[IMP] yaml_import: allow to use a view from another module when creating a record...
[odoo/odoo.git] / openerp / tools / __init__.py
index 1604284..a0ca411 100644 (file)
@@ -26,11 +26,16 @@ from misc import *
 from convert import *
 from translate import *
 from graph import graph
+from image import *
 from amount_to_text import *
 from amount_to_text_en import *
 from pdf_utils import *
 from yaml_import import *
 from sql import *
+from float_utils import *
+from html_sanitize import *
+
+#.apidoc title: Tools
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: