[MERGE] latest trunk
[odoo/odoo.git] / openerp / modules / module.py
2011-12-09 Xavier Morel[IMP] icon management in modules
2011-12-09 Xavier Morel[IMP] opening and getting data from module description...
2011-12-09 Xavier Morel[IMP] reduce noise in setting default values of module...
2011-12-08 Antony Lesuisse[MERGE] module kanban
2011-12-08 Antony Lesuisse[IMP] ir.module.module: rename is_application to applic...
2011-12-08 Minh TranChanged modules icons in the vignette
2011-12-08 Christophe Simonis[IMP] ir.module.module: rename 'core' to 'is_application'
2011-12-06 Fabien Pinckaers[IMP] Core features on modules, better views for modules
2011-10-04 Antony Lesuisse[FIX] complexity default, and base category
2011-09-30 Stephane Wirtel[FIX] store the complexity field from the manifest...
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-23 Olivier Dony[IMP] orm: fix Model hierarchy to avoid TransientModel...
2011-09-14 Vo Minh Thu[IMP] wsgi:
2011-09-02 Vo Minh Thu[IMP] wsgi: modules can be pre-loaded and expose a...
2011-08-12 Vo Minh Thu[REF] osv: moved (and adapted) vacuum code to osv_memory.
2011-06-10 Vo Minh Thu[REF] orm: defer foreign key creation.
2011-05-11 Vo Minh Thu[REF] module code goes into openerp.modules.module.