odoo/openerp/modules
Olivier Dony 5fd5165c20 [REVERT] db: revert incorrect change to auto_install logic
The auto_install flag means that the module will be automatically
installed as soon as all its dependencies are satisfied.
It does *not* mean that the module will be automatically installed
upon database creation. It can be used for that purpose by
setting it on a module that has no dependencies however.

bzr revid: odo@openerp.com-20120611103653-l7x0xxdqo4wixjvl
2012-06-11 12:36:53 +02:00
..
__init__.py [IMP] post_load: factored common code. This also fix bug lp:929466 2012-02-09 16:27:32 +01:00
db.py [REVERT] db: revert incorrect change to auto_install logic 2012-06-11 12:36:53 +02:00
graph.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00
loading.py [REM] Removed res.log feature in ORM. However, the res.log table stays, because it is still used notably in publisher_warranty, that must be checked to see how it should be updated with OpenChatter. 2012-04-02 13:47:46 +02:00
migration.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00
module.py [IMP]module: improve tree and form view and remove complexity field from ir.module object 2012-05-18 10:59:39 +05:30
registry.py [IMP] openerp.{modules,osv}: _logger with fully qualified module name. 2012-01-24 13:42:52 +01:00