Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / api.py
2014-11-25 Raphael ColletMerge pull request #3645 from odoo-dev/8.0-fix2manyupda...
2014-11-17 Raphael Collet[FIX] tests: make sure that a failed tests does not...
2014-11-14 Denis Ledoux[FIX] api: avoid to return all fields *2many in onchanges
2014-10-13 Raphael Collet[FIX] models: do not prefetch fields to recompute,...
2014-10-02 Denis Ledoux[FIX] api: clear environments on module installation
2014-09-15 Samus CTO[IMP] api: compute methods cannot depend on field 'id'
2014-09-04 Raphael Collet[FIX] openerp.api.Environment: move recomputation todos...
2014-08-22 Raphael Collet[ADD] doc: new documentation, with training tutorials...
2014-08-08 Raphael Collet[IMP] api: improve documentation of decorators constrai...
2014-08-04 Raphael Collet[IMP] openerp.api: improve documentation
2014-07-07 Xavier Morel[FIX] unsafe listification of weakref in Python < 2.7.4
2014-07-06 Raphael Collet[MERGE] new v8 api by rco