Launchpad automatic translations update.
[odoo/odoo.git] / openerp / addons / base / ir /
2013-11-19 Denis Ledoux[FIX] ir, ir_attachement: traceback if try to create...
2013-11-12 Cecile Tonglet[FIX] Import on model ir.translation was broken because...
2013-10-30 Martin Trigaux[FIX] ir_attachment: fix security issues on ir_attachment
2013-10-29 Martin Trigaux[FIX] ir_attachment: fix security issues on ir_attachment
2013-10-16 Olivier Dony[FIX] document: overridden ORM methods need to respect...
2013-10-10 Olivier Dony[FIX] ir.model: FK constraints for custom m2o fields...
2013-09-27 Olivier Dony[FIX] ir.fields.converter: fields.reference values...
2013-09-24 Denis Ledoux[FIX]base, ir_translation: in _get_src, if model or...
2013-09-18 Olivier Dony[FIX] ir.mail.server: improve support for user names...
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
2013-09-11 Martin Trigaux[MERGE] [FIX] report: Skip register reports that have...
2013-09-10 Olivier Dony[FIX] ir.mail_server: be more lenient when validating...
2013-08-30 Cecile Tonglet[FIX] Skip register reports that have xsl but no xml
2013-08-13 Martin Trigaux[IMP] ir_translation: better log message
2013-08-13 Martin Trigaux[ADD] ir_translation: allow extra translations in folde...
2013-07-30 Olivier Dony[FIX] ir.model: during creation of custom models, the...
2013-07-03 Olivier Dony[FIX] ir.translation: backport of trunk fix to allow...
2013-07-03 Olivier Dony[FIX] ir.ui.view: properly validate newly created inher...
2013-06-07 Christophe Matthieu[IMP] Improve typos in warning (Grammar mistake, Capita...
2013-05-30 Thibault Delavallée[MERGE] [CHERRYPICK] Backport of revision 4879 of saas...
2013-05-21 Martin Trigaux[IMP] remove read access to outgoing mail server config...
2013-05-17 Olivier Dony[FIX] ir.sequence: add a proper default value for numbe...
2013-05-17 Olivier Dony[MERGE] ir.sequence: lazily compute next value for...
2013-05-17 Cedric Snauwaert[FIX]ir_sequence: better args definition
2013-05-17 Cedric Snauwaert[FIX]ir_sequence: only execute a change on postgresql...
2013-05-17 Cedric Snauwaert[FIX]ir_sequence: fix cryptic error message when prefix...
2013-05-07 Olivier Dony[FIX] ir.ui.menu: safer eval of action contexts when...
2013-04-26 Thibault Delavallée[MERGE] Sync with 7.0
2013-04-25 Thibault Delavallée[CLEAN] cleaning: set(list), use directly a set
2013-04-24 Quentin (OpenERP)[REV] revert of commit 4953 that was not appropriate...
2013-04-23 Quentin (OpenERP)[IMP/FIX] ir_model_data: added check_object_reference...
2013-04-19 Quentin (OpenERP)[FIX] ir_sequence: the field company_id does not exist...
2013-04-17 Christophe Matthieu[IMP] ir_ui_menu: trunk to 7.0 dynamic counters
2013-04-18 Antony Lesuisse[FIX] ir.cron add a safeguard mecanism against version...
2013-04-15 Xavier Morel[FIX] incorrect view in super() call
2013-03-27 Quentin (OpenERP)[FIX] base, ir.ui.view: added a default value for ...
2013-03-27 Chris Biersbach[FIX] Removes the limit of 64 characters from additiona...
2013-03-19 Vo Minh Thu[FIX] ir.actions.action: fix the execute wich install...
2013-03-04 Xavier Morel[FIX] strip server action code before passing it to...
2013-03-01 Olivier Dony[MERGE] *: fix/rationalize db logging to avoid incorrec...
2013-03-01 Olivier Dony[FIX] registry: another pass of cleanup for registry...
2013-03-01 Olivier Dony[FIX] *: fix/rationalize db logging to avoid incorrect...
2013-02-28 Olivier Dony[FIX] ir.model: properly signal registry change for...
2013-02-27 Antony Lesuisse[FIX] ir_attachment filestore read on windows
2013-02-20 Quentin (OpenERP)[IMP] ir_filers: added an order in the construction...
2013-02-01 Antony Lesuisse[FIX] ir_filter fix views
2013-01-31 Olivier Dony[FIX] ir.attachment: fix drunken commit 4814
2013-01-31 Antony Lesuisse[FIX] ir_attachment missing logger
2013-01-21 dle@openerp.com[FIX]Autovacuum force true
2013-01-21 dle@openerp.com[FIX]Uninstall : Savepoint before unlink
2013-01-15 Olivier Dony[FIX] ir.mail_server: properly handle the --smtp-ssl...
2013-01-14 Fabien Pinckaers[FIX] document management, file do not exists
2013-01-11 Olivier Dony[FIX] ir.mail_server: correct fallback to smtp paramete...
2013-01-07 Olivier Dony[FIX] ir.cron: cron list makes inactive cron jobs hard...
2012-12-27 Fabien Pinckaers[IMP] custom model allowed
2012-12-22 Olivier Dony[FIX] ir.cron: avoid passing the lock-holding cursor...
2012-12-21 Fabien Pinckaers[IMP] mail serveur active
2012-12-21 Raphael Collet[MERGE] lp:~serpent-consulting-services/openobject...
2012-12-21 Raphael Collet[IMP] ir.actions.server: improve code of email actions
2012-12-20 Thibault Delavallée[IMP] OROM: order_spec is overidden by self._order...
2012-12-20 Thibault Delavallée[FIX] _search not uniquifies the results, because when...
2012-12-20 Antony Lesuisselast fix
2012-12-20 Antony Lesuisse[MERGE] turnk
2012-12-18 Antony Lesuisse[IMP] ir_ui_view search
2012-12-18 Raphael Collet[MERGE] trunk-import-openerp-thu (use strict naming...
2012-12-17 Antony Lesuisse[IMP] ir_model_data search and list view
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 Cecile Tonglet[MERGE] Branch updated with trunk
2012-12-17 Raphael Collet[MERGE] trunk-style-improvements-xmo (Python stylistic...
2012-12-17 Antony Lesuisseadd file_size
2012-12-16 Antony Lesuissefilestore testcase and fix bugs
2012-12-16 Antony LesuisseSimplify openerp testing, deprecated redondant test...
2012-12-16 Antony Lesuisseminor fixes
2012-12-16 Antony Lesuisse[MERGE] trunk
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[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] unnecessary parens
2012-12-14 Xavier Morel[FIX] __init__ can't return values
2012-12-14 Xavier Morel[IMP] merge extraneous setitem into literal dict creation
2012-12-14 Xavier Morel[IMP] compare to None by identity
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[REVERT] Undo r.4617, introduced a bug in menu hierarch...
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 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-10 Thibault Delavallée[MERGE] Sync with trunk.
2012-12-09 Antony Lesuissecron cleanup, back to the Kernighan KISS roots 1min...
2012-12-08 Antony Lesuisse[MERGE] multiprocess signaling
2012-12-08 Antony Lesuissemultiprocessing signaling manually backported from 6.1
2012-12-08 Antony Lesuisse[MERGE] trunk
2012-12-08 Fabien Pinckaers[IMP] small improvement readonly type on ir.actions
2012-12-07 Thibault Delavallée[REV] ir_ui_menu: coding-style changes reverted, becaus...
2012-12-06 Thibault Delavallée[MERGE] Sync with trunk.
next