[IMP] Reportings Review
[odoo/odoo.git] / openerp / osv /
2014-11-13 Raphael Collet[IMP] models: in _init_manual_fields(), create fields...
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-10-30 Raphael Collet[FIX] fields: make field.store=False on old-style funct...
2014-10-27 Raphael Collet[IMP] fields: reduce the number of attributes on _colum...
2014-10-22 Denis Ledoux[MERGE] forward port of branch 7.0 up to 3a0af6a
2014-10-22 Raphael Collet[IMP] fields: reuse column objects when possible, inste...
2014-10-22 Cedric Snauwaert[FIX] product: remove digits_precision from uom factor...
2014-10-16 Raphael Collet[IMP] expression.py: add a check to forbid records...
2014-10-08 Raphael Collet[FIX] openerp/osv/fields: fix method to_field() to...
2014-10-01 Raphael Collet[IMP] fields: split multi-purpose '_origin' into 'colum...
2014-09-17 Denis Ledoux[MERGE] forward port of branch saas-3 up to b6e6b57
2014-09-17 Denis Ledoux[FIX] orm: typo during forward port 60a82133cc0e0d7c487...
2014-09-17 Olivier Dony[MERGE] Forward-port saas-3 up to 09ab2d4
2014-09-17 Denis Ledoux[MERGE] forward port of branch 7.0 up to f5f7609
2014-09-17 Denis Ledoux[FIX] orm write: do not try to store computed & stored...
2014-09-15 Martin Trigaux[FIX] orm: do not drop foreign keys of transient models
2014-09-15 Christophe Simonis[FIX] orm: correct read_group() on models with `_group_...
2014-09-12 Christophe Simonis[MERGE] forward port of branch saas-3 up to fdc6271
2014-09-12 Christophe Simonis[MERGE] forward port of branch 7.0 up to 9b1cdea
2014-09-10 Denis Ledoux[FIX] ir_attachment: attachements removed on record...
2014-09-10 Raphael Collet[FIX] openerp/osv/fields: disable prefetching when...
2014-09-09 Denis Ledoux[MERGE] forward port of branch 7.0 up to 8dff247
2014-09-09 Denis Ledoux[FIX] orm, read_group: read_group_fill_results handle...
2014-09-02 Raphael Collet[IMP] models: prefetch fields with groups (those to...
2014-09-02 Martin Trigaux[FIX] fields: avoid prefetching of one2many fields
2014-08-22 Raphael Collet[FIX] osv/fields.py: enable argument 'obj' in property...
2014-08-22 Raphael Collet[FIX] osv/fields.py: fix the fix at rev 43756a24.
2014-08-22 Raphael Collet[FIX] osv/fields.py: fix sum in rev 48dfd70
2014-08-22 Raphael Collet[IMP] osv/fields.py: improve code change of rev eea07e27
2014-08-21 Christophe Simonis[FIX] osv/fields.py: correct reading name_get of m2o...
2014-08-21 Raphael Collet[FIX] fields: in many2one property fields, name_get...
2014-08-21 Raphael Collet[FIX] fields: add missing option 'sanitize' on Html...
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-5 up to 39bee35
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-4 up to ddef2dd
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-3 up to 8f13e83
2014-08-20 Christophe Simonis[MERGE] forward port of branch 7.0 up to d0a0b7d
2014-08-20 Martin Ambroz[FIX] base: python 2.6 incompatibility for dictionary...
2014-08-19 Raphael Collet[FIX] models: improve rationale for the management...
2014-08-13 Olivier Dony[MERGE] Forward-port of saas-5 up to 20cc18d
2014-08-13 Olivier Dony[MERGE] Forward-port saas-4 up to 2694ed1
2014-08-13 Olivier Dony[MERGE] Forward-port saas-3 up to b9275da
2014-08-13 Olivier Dony[MERGE] Forward-port 7.0 up to 23cffab
2014-08-13 Samus CTO[FIX] context_timestamp MUST return a "timezone aware...
2014-08-13 Olivier Dony[FIX] gamification: prohibitive record rule processing...
2014-08-11 Olivier Dony[IMP] fields.boolean: simplify symbol_set, cast to...
2014-08-07 Christophe Simonis[FIX] fields.py: correct copy/paste error, use the...
2014-08-07 Christophe Simonis[FIX] fields.py: handle "change_default" and "deprecate...
2014-08-07 Christophe Simonis[FIX] fields.py: fix old field to new field convertion
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-08-01 Olivier Dony[MERGE] Forward-port saas-3 up to 7273474
2014-08-01 Olivier Dony[MERGE] Forward-port saas-3 up to fc92027
2014-08-01 Olivier Dony[MERGE] Forward-port 7.0 up to 9411a2da
2014-08-01 Olivier Dony[FIX] Model.load(): extra error checking while importin...
2014-08-01 dhr-odoo[FIX] orm: set default before removing magic fields
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-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-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-08 Martin Trigaux[FIX] orm: better removal of custom m2m fields
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
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
next