[FIX] calendar: onchange_dates: protect against void dates (for example when creating...
[odoo/odoo.git] / openerp /
2014-08-01 Olivier Dony[MERGE] Foward-port saas-5 up to ee4df1e
2014-08-01 Olivier Dony[MERGE] Forward-port saas-4 up to 8b15482
2014-08-01 Olivier Dony[MERGE] Forward-port saas-3 up to e79a367
2014-08-01 Olivier Dony[FIX] orm.search_count: ignore `limit`, `offset` and...
2014-07-30 Christophe Simonis[MERGE] forward port of branch saas-5 up to e4cb520
2014-07-30 Christophe Simonis[MERGE] forward port of branch saas-4 up to fa07bc8
2014-07-30 Christophe Simonis[MERGE] forward port of branch saas-3 up to 310d3fe
2014-07-30 Olivier Dony[FIX] ir.actions.server: ir.values ref (`More` menu...
2014-07-30 Christophe Simonis[MERGE] forward port of branch 7.0 up to 39f3e40
2014-07-30 Raphael Collet[FIX] cli/server: fixes #1307, add missing Environment...
2014-07-30 Raphael ColletMerge pull request #1284 from sebalix/8.0-fix-xmlrpc...
2014-07-30 Raphael Collet[FIX] models: fixes #1017; do not update list in place...
2014-07-30 Olivier Dony[ADD] safe_eval: allow YIELD_VALUE, used e.g. for gener...
2014-07-30 Olivier Dony[IMP] BaseModel: new `_translate` attribute to disable...
2014-07-30 Olivier Dony[IMP] tools.translate: unused import
2014-07-30 Olivier Dony[REM] fields: remove fields.Any, temporary artifact...
2014-07-30 Christophe Combelles[FIX] base: ir.qweb: ensure element.tail is correctly...
2014-07-29 xmo-odooMerge pull request #1391 from savoirfairelinux/7.0...
2014-07-29 Denis Ledoux[MERGE] forward port of branch 7.0 up to bbb8d8f25a7a81...
2014-07-29 Denis Ledoux[MERGE] forward port of branch 7.0 up to b91a75f7eff85e...
2014-07-28 Martin TrigauxForward port of branch saas-5 up to eda2f06
2014-07-28 Martin TrigauxRevert 3dec090 "[FIX] ir_values: fallback when no condi...
2014-07-25 Mathieu Benoit[FIX] translate: Fix debug print when parse path list...
2014-07-25 Olivier Dony[FIX] res.users: safer read() when computing default...
2014-07-25 Martin Trigaux[FIX] models: display_name and name_get mismatch
2014-07-25 Denis Ledoux[ADD] safe_eval: UNPACK_SEQUENCE and Exception
2014-07-25 Denis Ledoux[FIX] ir_fields: allow accent on selection import
2014-07-25 Olivier Dony[IMP] ir.logging: add index on dbname/type, important...
2014-07-24 Richard Mathot[REF] Odooification
2014-07-24 Olivier Dony[FIX] models: check harder that default value is not...
2014-07-24 Denis Ledoux[FIX] ir_attachment: _filestore cache ignore uid
2014-07-23 Olivier Dony[MERGE] Forward-port saas-5 up to a5f7891
2014-07-23 Olivier Dony[FIX] ir.module.module: create module xml id also when...
2014-07-23 Denis Ledoux[MERGE] forward port of branch saas-4 up to 5739aebfb17...
2014-07-23 Olivier Dony[FIX] fields: do not revalidate field values unless...
2014-07-23 Denis Ledoux[MERGE] forward port of branch saas-3 up to 474eae9a43a...
2014-07-22 Martin Trigaux[MERGE] forward port of branch 7.0 up to 680f955
2014-07-20 sebalix[FIX] read() method returns None values incompatible...
2014-07-18 Richard Mathot[REF] OpenERP --> Odoo in various UI texts (2)
2014-07-18 rlu-odoo[REF] OpenERP --> Odoo in various UI texts
2014-07-17 Olivier Dony[IMP] base, mail: cache user.has_group() + ir.ui.menu...
2014-07-17 Christophe Matthieu[IMP] model: when the orm create/update a table check...
2014-07-17 Christophe Matthieu[FIX] res.users: use read method to compute default...
2014-07-17 Christophe Matthieu[FIX] model: The user install / update / test is differ...
2014-07-17 Martin Trigaux[FIX] ir_values: fallback when no condition
2014-07-16 Olivier Dony[FIX] mail: less confusing To: header for mailing-list...
2014-07-16 Xavier Morel[FIX] "prefetching" removing even the records specifica...
2014-07-16 xmo-odooMerge pull request #1169 from xmo-odoo/8.0-remove-async...
2014-07-16 xmo-odooMerge pull request #1076 from xmo-odoo/8.0-shop-fix-xmo
2014-07-15 Xavier Morel[FIX] creation of new threads where a new API environme...
2014-07-15 Xavier Morel[REM] threaded yaml import (useless and unused)
2014-07-15 xmo-odooMerge pull request #1160 from xmo-odoo/8.0-custom-model...
2014-07-15 Xavier Morel[REM] asynchronous database creation method
2014-07-15 Christophe Simonis[MERGE] forward port of branch saas-5 up to e0759c1
2014-07-15 Christophe Simonis[MERGE] forward port of branch saas-4 up to de696f1
2014-07-15 Christophe Simonis[MERGE] forward port of branch saas-3 up to 24484c8
2014-07-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to 7a928b1
2014-07-15 Xavier Morel[FIX] missing part of initialization in ir.model and...
2014-07-14 andreparamesMerge 8083afe7c365554e375fb16bd200ec21aa2481e8 into...
2014-07-14 Xavier Morel[FIX] ensure all g_inner content is correctly encoded
2014-07-14 Xavier Morel[FIX] exception rendering with pretty printed XML
2014-07-14 André Paramés[FIX] setup Environment for the report thread
2014-07-14 Xavier Morel[REM] cache setting in _prefetch_field
2014-07-11 Thibault Delavallée[FIX] tools: mail: fixed last commit, solving an issue...
2014-07-11 Xavier Morel[FIX] broken translation cache for absent translation...
2014-07-11 Christophe Simonis[FIX] base: make ir_attachment._filestore callable...
2014-07-11 Xavier Morel[FIX] filtering out of records which shouldn't be fetch...
2014-07-11 Xavier Morel[FIX] only prefetch other cached records with read...
2014-07-11 Xavier Morel[ADD] demonstrate broken handling of rules access denia...
2014-07-11 Olivier Dony[MERGE] Fwd-port saas-4 up to e31fd6a
2014-07-11 Olivier Dony[MERGE] Fwd-port saas-3 up to a9d2b65
2014-07-11 Olivier Dony[MERGE] Fwd-port 7.0 up to 783b9e1
2014-07-11 Martin Trigaux[FIX] orm: custom m2m with different label
2014-07-10 Christophe Simonis[MERGE] forward port of branch saas-5 up to 73d39a0
2014-07-10 Christophe Simonis[MERGE] forward port of branch saas-4 up to a361947
2014-07-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to a35aec2
2014-07-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6e96ffd
2014-07-10 Xavier Morel[FIX] small potential encoding issue in custom models
2014-07-10 Anand-Dharampuriya[FIX] Solve some mail issues which are currently presen...
2014-07-10 Christophe Combelles[FIX] #1065 display_name does not display the address
2014-07-09 Raphael Collet[IMP] models: iterating over record._cache also returns...
2014-07-09 Raphael Collet[FIX] models: store FailedValue in cache on log_access...
2014-07-09 Raphael ColletMerge pull request #1018 from odoo-dev/8.0-fix-display...
2014-07-09 Raphael Collet[FIX] models: wrong var used in _compute_display_name...
2014-07-09 Xavier Morel[FIX] False module description blows up in docutils
2014-07-08 Raphael ColletMerge pull request #989 from odoo-dev/8.0-sql-models-rco
2014-07-08 Martin Trigaux[FIX] orm: better removal of custom m2m fields
2014-07-08 Raphael Collet[IMP] fields: improve code in former commit
2014-07-08 Raphael Collet[IMP] fields: add missing case for invalidating fields...
2014-07-08 Raphael Collet[IMP] models: add an extension mechanism for attribute...
2014-07-08 Xavier Morel[FIX] compile of rst module descriptions to HTML
2014-07-08 Martin Trigaux[FIX] ir.model.fields: better unlink
2014-07-08 Raphael Collet[FIX] fields: add a type to field Id; this fixes #990
2014-07-08 Raphael Collet[FIX] models, fields: add model dependencies for models...
2014-07-07 Raphael ColletMerge pull request #976 from odoo-dev/8.0-fix-model...
2014-07-07 Fabien Meghazi[FIX] configuration file dbfilter's option has no effect
2014-07-07 Christophe Combelles[FIX] Fix broken translation cache for absent translati...
2014-07-07 xmo-odooMerge pull request #970 from xmo-odoo/8.0-remove-unnece...
2014-07-07 xmo-odooMerge pull request #969 from xmo-odoo/8.0-fix-weakset...
2014-07-07 Christophe Simonis[FIX] data-dir management
next