[FIX] web: regard the view_list has valid if not yet loaded
[odoo/odoo.git] / openerp / osv /
2014-10-22 Cedric Snauwaert[FIX] product: remove digits_precision from uom factor...
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-10 Denis Ledoux[FIX] ir_attachment: attachements removed on record...
2014-09-09 Denis Ledoux[FIX] orm, read_group: read_group_fill_results handle...
2014-08-20 Martin Ambroz[FIX] base: python 2.6 incompatibility for dictionary...
2014-08-13 Samus CTO[FIX] context_timestamp MUST return a "timezone aware...
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-07-11 Martin Trigaux[FIX] orm: custom m2m with different label
2014-07-08 Martin Trigaux[FIX] orm: better removal of custom m2m fields
2014-06-25 Alexandre Fayolle[FIX] fields property: do not create empty properties
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-12 Martin Trigaux[FIX] orm: avoir errors reading twice a field
2014-06-11 Jeremy Kersten[FIX] fields.py - avoid dict comprehension inside a...
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-05-19 Thibault Delavallée[FIX] orm: unlink: when unlinking a record, trigger...
2014-04-09 jba[FIX] expression: when evaluatoing *like operator,...
2014-04-07 Olivier Dony[FIX] browse()/browse_record: use iterables instead...
2014-04-04 Christophe Simonis[IMP] expression: new helper for generating unaccent...
2014-04-03 Christophe Simonis[FIX] expression: do not double quote column names
2014-04-02 Christophe Simonis[FIX] expression: translated search as params are flatt...
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-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-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-26 Martin Trigaux[MERGE] [FIX] orm: when generating xml ids for export...
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...
2014-02-17 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-17 Anael Closson[REF] removing debug code
2014-02-17 Anael Closson[IMP] Speed and quality improvement
2014-02-13 Martin Trigaux[MERGE] sync with 7.0 (getting needed orm revision)
2014-02-13 Martin Trigaux[FIX] remove useless cr.commit in fields creation
2014-02-13 Martin Trigaux[IMP] avoid changing the API by passing the company_id...
2014-02-13 Martin Trigaux[MERGE] sync with 7.0
2014-02-06 Olivier Dony[FIX] orm.copy_data: avoid reading useless and possibly...
2014-02-05 Anael Closson[FIX] typo, wrong ordering of lines
2014-02-03 Martin Trigaux[ADD] test read_group on a column of _inherits model...
2014-02-03 Anael Closson[FIX] OPW 598942 : orm read_group doesn't take referenc...
2014-02-03 Martin Trigaux[FIX] orm: read_group aggregates values on all columns...
2014-01-27 Martin Trigaux[FIX] expression: do not look at translation in parse...
2014-01-16 Christophe Simonis[FIX] orm: As float fields are stateful (the .digit...
2014-01-09 Martin Trigaux[FIX] orm: add missing context (without the lang attrib...
2014-01-08 Christophe Simonis[FIX] expression: allow exclusion of records with trans...
2014-01-08 Martin Trigaux[IMP] osv: display full traceback in terminal (not...
2014-01-07 Christophe Simonis[FIX] expression: allow exclusion of records with trans...
2013-12-28 Guewen Baconnier[CHG] set lang to False instead of en_US (already being...
2013-12-11 Cecile Tonglet[FIX] name_search() where _rec_name is a reference...
2013-12-10 Xavier ALT[FIX] orm: early return within ``_apply_ir_rules``...
2013-12-10 Xavier ALT[FIX] orm: cleaner batch number of records for auto_ini...
2013-12-09 Cecile Tonglet[FIX] Model.create: trigger stored field recalculation...
2013-12-09 Cecile Tonglet[FIX] Trigger stored field recalculation for inherited...
2013-12-09 Cecile Tonglet[IMP] Batch for the computation of function's stored...
2013-12-06 Martin Trigaux[FIX] orm: inverting the condition seems to work (don...
2013-12-06 Martin Trigaux[FIX] orm: ignore existing link for operation (4, x...
2013-12-05 Cecile Tonglet[IMP] Performance: by-pass call to _apply_ir_rules...
2013-12-05 Martin Trigaux[IMP] orm: force checking ir.rules on read when accessi...
2013-11-25 Martin Trigaux[FIX] fields: execute name_get for function field of...
2013-11-25 Martin Trigaux[IMP] orm: add missing space in error message during...
2013-11-25 Martin Trigaux[FIX] translations: fix tests to adapt to new duplicati...
2013-11-25 Martin Trigaux[FIX] orm: when duplicating translated object, modify...
2013-11-22 Martin Trigaux[FIX] ir_translation: correctly match old and new ids...
2013-11-20 Olivier Dony[FIX] orm.browse_record: access error due to prefetch...
2013-11-04 Martin Trigaux[IMP] comments
2013-11-04 Martin Trigaux[FIX] orm: when duplicating a record, if duplicates...
2013-11-01 Guewen Baconnier[FIX] propage the context to not lose special keys...
2013-10-24 Christophe Simonis[FIX] allow falsy extra attributes on fields.
2013-10-10 Olivier Dony[FIX] ir.model: FK constraints for custom m2o fields...
2013-10-08 Martin Trigaux[IMP] remove useless comment
2013-10-08 Martin Trigaux[IMP] move comment to the right line
2013-10-08 Martin Trigaux[IMP] correctly bound _symbol_f and redifine self._symb...
2013-10-08 Martin Trigaux[FIX] function fields: bound symbol methods of function...
2013-09-30 Martin Trigaux[IMP] orm: don't compute twice the same function for...
2013-09-30 Martin Trigaux[IMP] store fields: do not add twice the same function...
2013-09-12 Christophe Simonis[FIX] ir.ui.view: properly validate newly created inher...
2013-08-19 Christophe Simonis[FIX] browse records do not prefetch fields with groups
2013-08-19 Christophe Simonis[FIX] browse records do not try to prefetch fields...
2013-07-19 Christophe Simonis[FIX] expression: a valid leaf must have a non empty...
2013-06-26 Stefan Rijnhart[FIX] Do not search for model = table name in previous...
2013-06-26 Stefan Rijnhart[FIX] Export creates xml id based on wrong table name
2013-06-20 Olivier Dony[FIX] OPW 592482: browse_record should not prefetch...
2013-06-05 Mohammed Shekha[FIX]Fixed the issue of search on tranlsated field...
2013-06-04 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-31 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-27 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-27 Amit Dodiya[FIX]ir_property: If we add a property on a many2one...
2013-05-20 <jam@tinyerp.com>[FIX]ir_property: If we add a property on a many2one...
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-04-23 Christophe Simonis[FIX] expression: allow creating child_of expression...
2013-04-19 Quentin (OpenERP)[FIX] orm, _generate_order_by(): allow to order by...
next