[IMP] address format according to country of user on partners
[odoo/odoo.git] / openerp / modules / module.py
2012-09-04 Olivier Dony[MERGE] file_open: give precedence to directory before...
2012-09-03 Vo Minh Thu[FIX] ad_paths: makes sure the server addons path is...
2012-09-03 Olivier Dony[MERGE] file_open: give precedence to directory before...
2012-07-17 Jigar Amin - OpenERP[Add] Add module summary on db install
2012-06-05 Vo Minh Thu[FIX] ir_values: fix a test where some value was hard...
2012-05-18 Mayur Maheshwari... [IMP]module: improve tree and form view and remove...
2012-03-02 Vo Minh Thu[IMP] tests: removed the severity concept from `assert...
2012-03-02 Vo Minh Thu[IMP] tests:
2012-03-01 Vo Minh Thu[IMP] tests:
2012-03-01 Vo Minh Thu[IMP] tests: move tests discovery and execution to...
2012-02-10 Vo Minh Thu[REV] REVERT TEH PREVIOUS SUTPID BROKD COMMIT.
2012-02-09 Vo Minh Thu[IMP] import hook: allow and give precedence to our...
2012-02-09 Vo Minh Thu[IMP] post_load: factored common code. This also fix...
2012-02-09 Vo Minh Thu[IMP] loading: call post-load hook in non-server-wide...
2012-02-08 Olivier Dony[IMP] Give precedence to module directories instead...
2012-02-08 Vo Minh Thu[MERGE] merged logging changes: use a top-level `opener...
2012-02-08 Antony Lesuisse[FIX] reintroduce a default value for auto_install...
2012-02-06 Vo Minh Thu[MERGE] merged trunk.
2012-02-02 Xavier Morel[FIX] in load_information_from_description_file, f...
2012-02-01 Vo Minh Thu[FIX] import-hook: correctly import the server-wide...
2012-01-31 Antony Lesuisse[MERGE] trunk
2012-01-30 Antony Lesuisseremove warning
2012-01-30 Vo Minh Thu[IMP] manifest: still support the old `active` entry...
2012-01-30 Vo Minh Thu[IMP] manifest: `auto_installable` renamed to `auto_ins...
2012-01-26 Vo Minh Thu[IMP] ir.module.module: change `active` flag to
2012-01-24 Vo Minh Thu[IMP] openerp.{modules,osv}: _logger with fully qualifi...
2012-01-24 Vo Minh Thu[IMP] import hook: correctly set the imported module...
2012-01-10 Vo Minh Thu[IMP] openerp.modules: updated initialize_sys_path...
2012-01-09 Vo Minh Thu[IMP] import hook: moved to a proper location (openerp...
2012-01-09 Vo Minh Thu[IMP] openerp.addons: openerp.addons is used instead of
2012-01-09 Vo Minh Thu[IMP] module: use the `openerp.addons.` namespace to...
2012-01-09 Vo Minh Thu[FIX] orm: correctly set the module name on the model...
2012-01-09 Vo Minh Thu[MERGE] merged trunk.
2012-01-09 Vo Minh Thu[IMP] modules: began to replace sys.path appending...
2012-01-07 Olivier Dony[FIX] base: module sequence number removed from XML...
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.