[FIX] res.users: context_get cache was not cleared properly, due to braindead impleme...
[odoo/odoo.git] / openerp /
2012-12-19 Olivier Dony[FIX] res.users: context_get cache was not cleared...
2012-12-19 Raphael Collet[FIX] web_services: fix incorrect query to set admin...
2012-12-19 Launchpad Translat... Launchpad automatic translations update.
2012-12-18 Antony Lesuisse[IMP] ir_ui_view search
2012-12-18 Raphael Collet[IMP] res_groups: add m2m field to see view restriction...
2012-12-18 Raphael Collet[MERGE] trunk-import-openerp-thu (use strict naming...
2012-12-18 Launchpad Translat... Launchpad automatic translations update.
2012-12-18 Antony Lesuisse[REV] image dont generate smaller thumbnail if avoid_if...
2012-12-17 Antony Lesuisse[IMP] ir_model_data search and list view
2012-12-17 Olivier Dony[IMP] res.users: enable cache on context_get, used...
2012-12-17 Olivier Dony[FIX] orm,registry: properly check m2o FKs during model...
2012-12-17 Olivier Dony[IMP] loading.py: lint cleanup - unused code
2012-12-17 Cecile Tonglet[FIX] Removed too much in openerp.tools.misc: html2text
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-17 Cecile Tonglet[FIX] Remove unused imports and fix some imports that...
2012-12-17 Raphael Collet[FIX] expression: avoid delitem on a tuple
2012-12-17 Raphael Collet[FIX] res_country_data: fix US postal address format
2012-12-17 Cecile Tonglet[MERGE] Branch updated with trunk
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-17 Raphael Collet[FIX] orm: replace incorrect usage of 'in' by '=='
2012-12-17 Raphael Collet[MERGE] trunk-acl-thu (check read/write access restrict...
2012-12-17 Launchpad Translat... Launchpad automatic translations update.
2012-12-16 Fabien Pinckaers[IMP] company form view
2012-12-16 Launchpad Translat... Launchpad automatic translations update.
2012-12-16 Antony Lesuissecleanups
2012-12-16 Antony Lesuisse[MERGE] trunk
2012-12-15 Fabien Pinckaers[IMP] logo of company: False or OpenERP logo if demo...
2012-12-15 Antony Lesuisse[MERGE] manually merge customizable web logo, by chs
2012-12-15 Antony Lesuisse[MERGE] remove res.partner.address by chs
2012-12-15 Fabien Pinckaers[IMP] better thumbnail generation
2012-12-15 Launchpad Translat... Launchpad automatic translations update.
2012-12-14 Vo Minh Thu[IMP] orm/acl: proper message instead of `TODO`.
2012-12-14 Vo Minh Thu[FIX] registry: Set the fields_by_model attribute in...
2012-12-14 Xavier Morel[IMP] more augmented assignments
2012-12-14 Xavier Morel[REM] unused local variables
2012-12-14 Xavier Morel[FIX] unnecessary backslashes
2012-12-14 Xavier Morel[FIX] single-quoted docstrings should use double quotes
2012-12-14 Xavier Morel[IMP] use augmented assignments
2012-12-14 Xavier Morel[FIX] mutable default argument values
2012-12-14 Xavier Morel[REM] unused and broken base.module.scan
2012-12-14 Xavier Morel[FIX] incorrect docstrings or docstring param names...
2012-12-14 Xavier Morel[FIX] unresolved reference: 'model' not available insid...
2012-12-14 Xavier Morel[REM] unreachable code
2012-12-14 Xavier Morel[REM] trailing semicolons
2012-12-14 Xavier Morel[FIX] misplaced docstrings
2012-12-14 Xavier Morel[FIX] crazy direct calls to dunder methods
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-14 Xavier Morel[IMP] literalify list creation
2012-12-14 Xavier Morel[FIX] __init__ can't return values
2012-12-14 Xavier Morel[FIX] spaceify tabs
2012-12-14 Xavier Morel[IMP] merge extraneous setitem into literal dict creation
2012-12-14 Xavier Morel[REM] duplicate dict keys
2012-12-14 Xavier Morel[REM] access to deprecated APIs for unsupported Python...
2012-12-14 Xavier Morel[IMP] compare to None by identity
2012-12-14 Xavier Morel[IMP] simplify to chained comparison
2012-12-14 Vo Minh Thu[IMP] module loading: removed unnecessary indentation...
2012-12-13 Olivier Dony[IMP] ir.ui.menu: deleting a menu should orphan its...
2012-12-12 Olivier Dony[IMP] ir.ui.menu: enable `parent_store` to allow using...
2012-12-12 Olivier Dony[IMP] orm: do not warn about missing ondelete cascade...
2012-12-12 Olivier Dony[FIX] res.users: whitelist recently added `tz_offset...
2012-12-12 Olivier Dony[REVERT] Undo r.4617, introduced a bug in menu hierarch...
2012-12-12 Vo Minh Thu[FIX] check_field_access_rights: ignore nonexisting...
2012-12-12 Vo Minh Thu[FIX] test_fields: _all_columns must be modified simila...
2012-12-12 Vo Minh Thu[IMP] orm: check groups-based access rights on model...
2012-12-12 Quentin (OpenERP)[MERGE] branch removing a typo in a view
2012-12-12 Launchpad Translat... Launchpad automatic translations update.
2012-12-11 Antony Lesuisse[MERGE] autoinstall at least one dependency must be...
2012-12-11 Christophe Simonis[FIX] res.partner: column "address" does not exists...
2012-12-11 Christophe Simonis[FIX] remove res.partner.address model
2012-12-11 Vo Minh Thu[FIX] demo: add the group_partner_manager group to...
2012-12-11 Raphael Collet[IMP] modify the condition to auto-install a module...
2012-12-11 Vo Minh Thu[IMP] tests: add test_acl to the openerp.tests suite.
2012-12-11 Vo Minh Thu[IMP] Reduce considerably the loading time of a new...
2012-12-11 Christophe Simonis[IMP] tools.image: size can have width or height optional
2012-12-11 Launchpad Translat... Launchpad automatic translations update.
2012-12-11 Antony Lesuisse[IMP] workers request count on exit
2012-12-10 Thibault Delavallée[MERGE] Perform auto-join and mailboxes+needaction...
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk, because conflicting with ir_ui...
2012-12-10 Christophe Simonis[REV] close_socket is back in netsvc.py
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-10 Anand Patel (OpenERP)[MERGE] Merged with latest trunk
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-10 Launchpad Translat... Launchpad automatic translations update.
2012-12-09 Antony Lesuisse[IMP] workers document defaults
2012-12-09 Antony Lesuisse[IMP] workers setproctitle if available
2012-12-09 Antony Lesuisse[IMP] workers cron dont keep cursors
2012-12-09 Antony Lesuisse[IMP] workers cron logging and chorus
2012-12-09 Antony Lesuisse[IMP] workers better logging
2012-12-09 Antony Lesuisse[FIX] temporary fix workers cron for missing openerp...
2012-12-09 Antony Lesuisse[IMP] fields warning display args to locate them
2012-12-09 Antony Lesuisse[FIX] workers graceful shutdown
2012-12-09 Antony Lesuissemisc
2012-12-09 Antony Lesuissenetrpc flip default, backward compatible for a few...
2012-12-09 Antony Lesuissenetrpc flip default
2012-12-09 Antony Lesuisseservice cleanups, more wizard removal
2012-12-09 Antony Lesuisse[MERGE] trunk
2012-12-09 Antony Lesuissenetsvc, netrpc, wizardcleanup
2012-12-09 Antony Lesuissecron registrymanager removal
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
next