Launchpad automatic translations update.
[odoo/odoo.git] / openerp / addons / __init__.py
index 88a0d11..9554e9b 100644 (file)
 
 """ Addons module.
 
-This module only serves to contain OpenERP addons. For the code to
-manage those addons, see openerp.modules. This module conveniently
-reexports some symbols from openerp.modules. Importing them from here
-is deprecated.
+This module serves to contain all OpenERP addons, across all configured addons
+paths. For the code to manage those addons, see openerp.modules.
+
+Addons are made available under `openerp.addons` after
+openerp.tools.config.parse_config() is called (so that the addons paths are
+known).
+
+This module also conveniently reexports some symbols from openerp.modules.
+Importing them from here is deprecated.
 
 """