[FIX] tour.js: tour shop
[odoo/odoo.git] / openerp / osv /
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-5 up to 9e8e365
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-4 up to f68c835
2014-06-25 Christophe Simonis[MERGE] forward port of branch saas-3 up to a66f3dd
2014-06-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to 4bfcbb2
2014-06-25 Alexandre Fayolle[FIX] fields property: do not create empty properties
2014-06-24 Laurent Mignon ... [IMP] take into account the context parameter 'defer_pa...
2014-06-24 Mohammed ShekhaServer Translation: Fixed the issue search on translate...
2014-06-23 kevin wang[FIX] orm: allow unicode in inherit views with attribute
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-5 up to adf07a9
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-4 up to 5087612
2014-06-19 Christophe Simonis[MERGE] forward port of branch saas-3 up to bf53aed
2014-06-18 Xavier Morel[FIX] website: missing timezone conversion back to UTC
2014-06-17 Xavier Morel[IMP] no need to compute *all* has_group calls if the...
2014-06-16 Denis Ledoux[MERGE] Forward-port of 7.0 bugfixes up to 63ea0df73ffd...
2014-06-16 Fabien Meghazi[FIX] new style for default form views
2014-06-12 Olivier Dony[MERGE] Forward-port saas-4 bugfixes up to ad4c6ca
2014-06-12 Martin Trigaux[FIX] orm: avoir errors reading twice a field
2014-06-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to 3c7a54a
2014-06-11 Christophe Simonis[MERGE] forward port of branch 7.0 up to 100eba8
2014-06-11 Jeremy Kersten[FIX] fields.py - avoid dict comprehension inside a...
2014-06-10 Christophe Simonis[MERGE] forward port of branch saas-4 up to 6b8e972
2014-06-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to 4601d85
2014-06-10 Christophe Simonis[MERGE] forward port of branch 7.0 up to 6fdb783
2014-06-06 Christophe Simonis[FIX] orm: do not recompute m2o stored function field...
2014-06-05 Oliver Laurent[FIX] orm: do not resize unlimited char fields
2014-06-03 Christophe Simonis[MERGE] forward port of branch saas-4 up to 65f68c1
2014-06-03 Martin Trigaux[FIX] read_group: do not change the return format of...
2014-05-27 Xavier Morel[IMP] simplify handling of callable _constraint message
2014-05-27 Xavier Morel[REM] idiotic _invalids attribute, as well as get_inval...
2014-05-20 Christophe Simonis[MERGE] forward port of branch saas-4 up to revid bb26dea
2014-05-20 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 38abc8a
2014-05-20 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid b09b6a0
2014-05-19 Thibault Delavallée[FIX] orm: unlink: when unlinking a record, trigger...
2014-05-19 xmo-odooMerge pull request #27 from lyinfo/master-ck-match
2014-05-19 Xavier Morel[FIX] don't blockquote a list of stuff for no reason
2014-05-17 kevin wangcheck no match result in convert_pgerror_* functions
2014-05-13 Olivier Dony[FIX] orm.search_read: drop active_test context flag...
2014-04-16 Quentin (OpenERP)[FIX] fields.date's date_to_datime function fixed
2014-04-16 Denis Ledoux[ADD] osv: add get_formview_action and get_formview_id...
2014-04-15 Christophe Simonis[IMP] orm: postprocess function field values in batch
2014-04-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5281...
2014-04-14 Quentin (OpenERP)[IMP] fields.date: added date_to_datetime function
2014-04-11 Martin Trigaux[FIX] read_group: avoid shared context and initialise...
2014-04-10 Gery Debongnie[MERGE] merge from trunk
2014-04-10 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5115...
2014-04-09 jba[FIX] expression: when evaluatoing *like operator,...
2014-04-09 Gery Debongnie[FIX] make sure the read_group method use the correct...
2014-04-08 Gery Debongnie[IMP] simplifies the readgroup code to select order...
2014-04-08 Gery Debongnie[MERGE] merge from trunk
2014-04-08 Gery Debongnie[IMP] change the regex matching orders in orm.py to...
2014-04-08 Gery Debongnie[IMP] add and fix the documentation on some helper...
2014-04-08 Gery Debongnie[IMP] improves the helper function _read_group_format_r...
2014-04-07 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5112...
2014-04-07 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5275...
2014-04-07 Gery Debongnie[IMP] removes useless calls to field_get and replace...
2014-04-07 Gery Debongnie[FIX] add context parameter to various helper methods...
2014-04-07 Olivier Dony[FIX] browse()/browse_record: use iterables instead...
2014-04-04 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5274...
2014-04-04 Christophe Simonis[IMP] expression: new helper for generating unaccent...
2014-04-04 Olivier Dony[FIX] domain parsing: better heuristic when a domain...
2014-04-04 Gery Debongnie[IMP] moves some internal function in read_group to...
2014-04-04 Gery Debongnie[IMP] puts the closure 'process_groupby' in read_group...
2014-04-04 Gery Debongnie[FIX] fixes a read_group test to use the correct field...
2014-04-03 Gery Debongnie[FIX] when using readgroup in eager mode, there is...
2014-04-03 Gery Debongnie[FIX] fixes read_group so that it uses the correct...
2014-04-03 Gery Debongnie[FIX] work around a read bug: false data are fetched...
2014-04-03 Christophe Simonis[FIX] expression: do not double quote column names
2014-04-02 Gery Debongnie[FIX] only fills groups with empty groups in read_group...
2014-04-02 Christophe Simonis[FIX] expression: translated search as params are flatt...
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-04-02 Gery Debongnie[MERGE] merge from trunk
2014-04-02 Gery Debongnie[IMP] refactoring of readgroup method. The work is...
2014-04-03 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5025...
2014-04-03 Martin Trigaux[FIX] orm: add missing pooler in call
2014-04-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5024...
2014-04-01 Martin Trigaux[FIX] convert datetime to date in case of date field
2014-04-01 Martin Trigaux[FIX] export: negation issue
2014-03-31 Martin Trigaux[ADD] orm: add the possibility to export in raw format...
2014-03-31 Christophe Simonis[FIX] expression: use unaccent() for translated search
2014-03-27 Martin Trigaux[FIX] fields: when executing (4, *) operations on o2m...
2014-03-25 Gery Debongnie[IMP] refactoring of readgroup method, to make it eager...
2014-03-24 Martin Trigaux[FIX] parent_model is null if local column
2014-03-24 Martin Trigaux[FIX] fields: when executing (4, *) operations on o2m...
2014-03-24 Gery Debongnie[IMP] refactoring of readgroup method. It should have...
2014-03-18 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5093...
2014-03-12 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5020...
2014-03-11 Christophe Simonis[MERGE] forward port of branch saas-3 up to revid 5088...
2014-03-05 Olivier Dony[MERGE] Forward-port of 7.0 bugfixes, up to rev. 5251...
2014-03-05 Martin Trigaux[IMP] readability
2014-03-05 Martin Trigaux[FIX] orm: create a foreign key for the function fields...
2014-03-04 Olivier Dony[FIX] orm.read_group: improve test coverage and corner...
2014-02-28 Olivier Dony[FIX] orm.read_group: fix various issues introduced...
2014-02-27 Thibault Delavallée[IMP] fields: html: now supports a sanitize argument...
2014-02-26 Martin Trigaux[MERGE] [FIX] orm: when generating xml ids for export...
2014-02-21 Denis Ledoux[MERGE] Forward-port of latest saas-2 bugfixes, up...
2014-02-20 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5014...
2014-02-20 Martin Trigaux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-02-20 Martin Trigaux[MERGE] [FIX] read_group: skip date(time) fields when...
2014-02-20 Anael Closson[FIX] orm: grouping of date and datetime conflicts...
2014-02-20 Anael Closson[FIX] incorrect handling of orderbys when generator...
next