[IMP] message_process: author of incoming emails that are partner are automatically...
[odoo/odoo.git] / openerp /
2012-12-20 Thibault Delavallée[IMP] Res company logo improvement: add an explicit...
2012-12-20 dle@openerp.com[FIX]Kanban view js not loaded when db created through...
2012-12-20 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-20 Launchpad Translat... Launchpad automatic translations update.
2012-12-20 Antony Lesuisselast fix
2012-12-20 Antony Lesuisse[MERGE] turnk
2012-12-19 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-19 Fabien Pinckaers[IMP] transparent background support for images in RML
2012-12-19 Thibault Delavallée[REM] partner: do not track user_id.
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 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-19 Thibault Delavallée[REV] Reverted some changes that should not be present...
2012-12-19 Launchpad Translat... Launchpad automatic translations update.
2012-12-18 Antony Lesuisse[IMP] ir_ui_view search
2012-12-18 Fabien Pinckaers[REVERT] revert changes in the server
2012-12-18 Fabien Pinckaers[IMP] company form view improved for logo
2012-12-18 Tejas Tank[FIX] All OpenERP RML Reports are enabled with transpar...
2012-12-18 Thibault Delavallée[MERGE] Sync with trunk.
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 Thibault Delavallée[IMP] tracked: models now have a _track attribute,...
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 Thibault Delavallée[MERGE] Merged lp:~openerp-dev/openobject-server/trunk...
2012-12-17 Launchpad Translat... Launchpad automatic translations update.
2012-12-17 Antony Lesuisseadd file_size
2012-12-16 Antony Lesuisserevert test change will be moved to an other branch
2012-12-16 Antony Lesuissefilestore testcase and fix bugs
2012-12-16 Antony LesuisseSimplify openerp testing, deprecated redondant test...
2012-12-16 Fabien Pinckaers[IMP] company form view
2012-12-16 Antony Lesuisseminor fixes
2012-12-16 Antony Lesuisse[MERGE] trunk
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 Sanjay Gohel (Open... [MERGE]merge with trunk
2012-12-11 Launchpad Translat... Launchpad automatic translations update.
2012-12-11 Antony Lesuisse[IMP] workers request count on exit
next