[MERGE] forward port of branch 8.0 up to 2e092ac
[odoo/odoo.git] / openerp / models.py
2014-12-03 Christophe Simonis[MERGE] forward port of branch 8.0 up to 2e092ac
2014-12-03 Raphael Collet[FIX] models: exists() should not consider record with...
2014-12-03 Raphael Collet[IMP] models: add check for common conversion error...
2014-12-02 Christophe Simonis[MERGE] forward port of branch 8.0 up to 591e329
2014-11-25 Raphael ColletMerge pull request #3645 from odoo-dev/8.0-fix2manyupda...
2014-11-24 Raphael Collet[IMP] models: rework the API that deals with dirty...
2014-11-24 Xavier Morel[ADD] ws doc: introspection, reports and workflows
2014-11-17 Christophe Simonis[MERGE] forward port of branch 8.0 up to c92e70b
2014-11-17 Raphael Collet[FIX] ir_model: on a custom model, _rec_name should...
2014-11-14 Denis Ledoux[FIX] api: avoid to return all fields *2many in onchanges
2014-11-13 Raphael Collet[IMP] models: improve performance of _setup_fields()
2014-11-13 Raphael Collet[FIX] models: simplify conditions that seem to lead...
2014-11-13 Raphael Collet[IMP] models: in _init_manual_fields(), create fields...
2014-11-12 Christophe Simonis[MERGE] forward port of branch 8.0 up to 83bd9ee
2014-11-06 Raphael Collet[FIX] models: do not copy translations of fields that...
2014-11-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to 491372e
2014-11-05 Raphael Collet[IMP] models: improve _mapped_func(), and add parameter...
2014-11-04 Raphael Collet[IMP] models: improve query generation for _write(...
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-29 Christophe Simonis[MERGE] forward port of branch 8.0 up to 92c7874
2014-10-28 Raphael Collet[FIX] fields: inherited fields should get 'string'...
2014-10-27 Xavier Morel[ADD] Stripe-style APIDoc: content
2014-10-23 Christophe Simonis[MERGE] forward port of branch 8.0 up to ed92589
2014-10-23 Christophe Simonis[MERGE] forward port of branch saas-3 up to c89d1a0
2014-10-16 Christophe Simonis[MERGE] forward port of branch 8.0 up to 2b192be
2014-10-15 Raphael Collet[FIX] models: simplify partial setup of fields, let...
2014-10-14 Raphael Collet[FIX] models: do not look up the registry class when...
2014-10-14 Raphael Collet[FIX] models: in _add_field(), set the field as an...
2014-10-13 Olivier Dony[FIX] read_group: date format: use natural year along...
2014-10-13 Raphael Collet[FIX] models: on update, call inverse function on field...
2014-10-13 Raphael Collet[IMP] models: do not use compute methods to determine...
2014-10-13 Raphael Collet[FIX] models: do not prefetch fields to recompute,...
2014-10-09 Raphael Collet[FIX] models: in _create() and _write(), mark fields...
2014-10-09 Raphael Collet[IMP] fields: do not copy field objects anymore, but...
2014-10-09 Raphael Collet[IMP] fields: set the default value to the closest...
2014-10-08 Raphael Collet[FIX] fields: in to_column(), returning self.column...
2014-10-06 Raphael Collet[FIX] models: fields_get() shall not return info about...
2014-10-01 Christophe Simonis[MERGE] forward port of branch 8.0 up to e883193
2014-10-01 Raphael Collet[IMP] fields: split multi-purpose '_origin' into 'colum...
2014-09-30 Denis Ledoux[FIX] fields: copy origin to avoid sharing field object...
2014-09-25 Raphael Collet[IMP] models: when checking for data in a table, do...
2014-09-24 Raphael Collet[FIX] ir_models: fix registry when we add/remove/modify...
2014-09-22 Christophe Simonis[FIX] models: only check existance of inverse_field...
2014-09-19 Christophe Simonis[FIX] models: correct lazy loading of manual fields
2014-09-17 Olivier Dony[MERGE] Forward-port saas-5 up to f9bcd67
2014-09-16 Raphael Collet[FIX] models: make field inheritance work when source...
2014-09-16 Martin Trigaux[FIX] base: do not drop sql constraints during update
2014-09-16 Raphael Collet[FIX] models: improve implementation of _compute_displa...
2014-09-15 Christophe Simonis[MERGE] forward port of branch 8.0 up to 780dd98
2014-09-15 Christophe Simonis[MERGE] forward port of branch saas-5 up to 7eab880
2014-09-11 Raphael Collet[FIX] models: in onchange(), do not send a field value...
2014-09-10 Raphael Collet[FIX] models: in method onchange(), check for record...
2014-09-10 Raphael Collet[FIX] openerp/osv/fields: disable prefetching when...
2014-09-05 Christophe Simonis[MERGE] forward port of branch 8.0 up to ed1c173
2014-09-04 Raphael Collet[IMP] models: inherited fields are related fields read...
2014-09-04 Raphael Collet[IMP] models: "X in self" is now equivalent to any...
2014-09-04 Raphael Collet[FIX] openerp.api.Environment: move recomputation todos...
2014-09-02 Raphael Collet[IMP] models: prefetch fields with groups (those to...
2014-09-02 Raphael Collet[IMP] models: do not prefetch too many records at once
2014-08-25 Samus CTO[FIX] Missing part of the revision 5f6fc473
2014-08-25 Samus CTO[FIX] model: prevent exporting column ID of non ordinar...
2014-08-23 MadeleineHerotypo
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-08-22 Raphael Collet[IMP] models: move prefetching of records back to metho...
2014-08-19 Christophe Simonis[FIX] models: onchange return all subfields in cache...
2014-08-19 Raphael Collet[FIX] models: improve rationale for the management...
2014-08-19 Raphael Collet[FIX] models: unexpected missing value when checking...
2014-08-18 Denis LedouxMerge branch '8.0' of github.com:odoo/odoo into 8.0
2014-08-18 Raphael Collet[IMP] models: improve code of _convert_to_write(),...
2014-08-14 Christophe Simonis[FIX] models: `_convert_to_write()` shall not return...
2014-08-14 Denis Ledoux[FIX] models: stored func fields computation on one2man...
2014-08-14 Christophe Simonis[FIX] models: onchange on new records do not nullify...
2014-08-13 Olivier Dony[MERGE] Forward-port of saas-5 up to 20cc18d
2014-08-12 Christophe Simonis[IMP] models.py: _auto_init: accelerate row existance...
2014-08-12 Olivier Dony[IMP] ORM: Coalesce NULL boolean values to false when...
2014-08-11 Olivier Dony[IMP] models._auto_init: avoid writing `False` default...
2014-08-08 Raphael Collet[FIX] fields: generalize inverse_field to a list of...
2014-08-08 Raphael Collet[FIX] models: default_get() used to miss values
2014-08-08 Richard Mathot[FIX] read_group cannot aggregate non-stored field
2014-08-07 Thibault Delavallée[FIX] mail, BaseModel, portal_sale: fixes and improveme...
2014-08-06 Raphael Collet[IMP] models: name_search() should call _name_search()
2014-08-06 Mohammed Shekha[FIX] Exporting of res.partner works again
2014-08-06 Raphael Collet[FIX] fields: convert_to_cache() on *2many fields must...
2014-08-05 Raphael Collet[IMP] models: turn _patch_method() and _revert_method...
2014-08-05 Samus CTO[IMP] Do not create FK when destination model is _auto...
2014-08-04 Raphael Collet[FIX] models: default_get() shall not return a dict...
2014-08-04 Raphael Collet[FIX] module loading: manual x2x fields can now refer...
2014-08-03 Olivier Dony[MERGE] Forward-port saas-5 up to 37ba23d
2014-08-01 Olivier Dony[MERGE] Foward-port saas-5 up to ee4df1e
2014-07-30 Raphael Collet[FIX] models: fixes #1017; do not update list in place...
2014-07-30 Olivier Dony[IMP] BaseModel: new `_translate` attribute to disable...
2014-07-25 Martin Trigaux[FIX] models: display_name and name_get mismatch
2014-07-24 Olivier Dony[FIX] models: check harder that default value is not...
2014-07-23 Olivier Dony[FIX] fields: do not revalidate field values unless...
2014-07-17 Christophe Matthieu[IMP] model: when the orm create/update a table check...
2014-07-17 Christophe Matthieu[FIX] model: The user install / update / test is differ...
2014-07-16 Xavier Morel[FIX] "prefetching" removing even the records specifica...
2014-07-16 xmo-odooMerge pull request #1076 from xmo-odoo/8.0-shop-fix-xmo
2014-07-15 Christophe Simonis[MERGE] forward port of branch saas-5 up to e0759c1
next