[FIX] account.invoice.line: move context to last position in onchange methods
[odoo/odoo.git] / openerp /
2014-09-09 Raphael Collet[IMP] openerp/http.py: accept mimetype application...
2014-09-09 Xavier Morel[ADD] doc: model inheritance stuff
2014-09-08 Olivier Dony[I18N] Update 8.0 translations with latest changes...
2014-09-08 Olivier Dony[MERGE] Forward-port of saas-5 up to 9ce08b7
2014-09-08 Olivier Dony[FIX] ir.qweb: consider empty cached bundle as a cache...
2014-09-08 Olivier Dony[FIX] ir.attachment: less non-transactional side-effect...
2014-09-08 Olivier Dony[IMP] ir.attachment: include traceback when logging...
2014-09-08 Xavier Morel[IMP] distribute branding on @groups instead of disabli...
2014-09-05 David Monjoie[FIX] removed bad comments from previous commit
2014-09-05 David Monjoie[ADD] website_sale_digital
2014-09-05 Fabien Meghazi[FIX] Restore /login redirection on SessionExpired
2014-09-04 Christophe Simonis[MERGE] forward port of branch saas-5 up to 9363bc9
2014-09-04 Christophe Simonis[MERGE] forward port of branch saas-3 up to 3d80dc2
2014-09-04 Christophe SimonisFIX] packaging: odoo-ification
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] base: remove test_ir_model, which causes bugs
2014-09-04 qdp-odoo[FIX] account: several fixes on the new bank statement...
2014-09-04 Raphael Collet[FIX] openerp.api.Environment: move recomputation todos...
2014-09-04 xmo-odooMerge pull request #2173 from pedrobaeza/8.0-module_ico...
2014-09-03 Pedro M. Baeza[FIX] Size for icon field of ir_module_module table...
2014-09-03 antonylesuisseMerge pull request #2134 from odoo-dev/8.0-improve...
2014-09-02 Stéphane Wirtel[IMP] Optimize the schedulers of the calendar, fetchmai...
2014-09-02 Simon Lejeune[FIX] config.py: do not use appsdir to define the user...
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-09-02 Raphael Collet[IMP] fields: update inverse fields lazily for performance
2014-09-02 Martin Trigaux[FIX] fields: avoid prefetching of one2many fields
2014-09-02 Xavier Morel[ADD] initial theme guide + scaffolding
2014-09-02 xmo-odooMerge pull request #2113 from yvaucher/8.0-fix-ir_model...
2014-09-01 Yannick Vaucherfix typo on undeclared variable xml_id
2014-09-01 Christophe Simonis[FIX] http.py: session id is `sid` attribute
2014-09-01 Xavier Morel[ADD] openerp.http reference doc
2014-08-31 Antony Lesuisse[MERGE] ir-ui-view split active and show_customize
2014-08-29 Christophe Simonis[FIX] base, mail: access to ir.config_parameter is...
2014-08-29 Christophe Simonis[MERGE] forward port of branch saas-5 up to 24c25f5
2014-08-28 Christophe Simonis[MERGE] forward port of branch saas-3 up to c914893
2014-08-28 Christophe Simonis[MERGE] forward port of branch 7.0 up to f65c913
2014-08-28 Christophe Simonis[FIX] base: security: employee must have access to...
2014-08-28 andreparames[FIX] Load translations for selection fields
2014-08-28 Christophe Simonis[MERGE] forward port of branch saas-5 up to 7e117b1
2014-08-28 Christophe Simonis[MERGE] forward port of branch saas-3 up to ada9724
2014-08-28 Christophe Simonis[MERGE] forward port of branch 7.0 up to 3509e15
2014-08-28 Xavier Morel[ADD] views documentation
2014-08-27 Leonardo Donelli[IMP] report_sxw: missing parameter without_company...
2014-08-27 Fabien Meghazi[IMP] Increase statics cache from 12 hours to 1 week
2014-08-26 Denis Ledoux[FIX] security: disallow read on ir.sequence for externals
2014-08-26 Denis Ledoux[FIX] security: res.groups should be readable by admins...
2014-08-26 Denis Ledoux[FIX] security: externals should be able to read attach...
2014-08-26 Denis Ledoux[FIX] security: ir.config_parameter should not be reada...
2014-08-25 Christophe Simonis[FIX] allow `--log-db` to connect to another postgresql...
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-24 Raphael Collet[IMP] doc/howtos/backend: use scaffolding and adapt...
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-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] test_inherit: add test case, redefine Many2one...
2014-08-22 Raphael Collet[IMP] osv/fields.py: improve code change of rev eea07e27
2014-08-22 Martin TrigauxForward port of branch saas-5 up to rev 4895281e
2014-08-21 Christophe Simonis[FIX] osv/fields.py: correct reading name_get of m2o...
2014-08-21 Martin TrigauxForward port of branch saas-4 up to rev 15a3a2a
2014-08-21 Martin TrigauxForward port of branch saas-3 up to 7bcefaf
2014-08-21 Martin TrigauxForward port of branch 7.0 up to 0ab88f5
2014-08-21 Raphael Collet[FIX] fields: in many2one property fields, name_get...
2014-08-21 Martin Trigaux[FIX] ir_model: invalidate cache when adding new fields
2014-08-21 Desai Binjal[FIX] note: small bugs
2014-08-21 Martin Trigaux[FIX] base: wrong model change check
2014-08-21 Raphael Collet[FIX] fields: add missing option 'sanitize' on Html...
2014-08-21 Thibault Delavallée[FIX] ir_actions: server action: when creating or writi...
2014-08-21 Thibault Delavallée[FIX] ir_actions: server action: check the validity...
2014-08-20 Christophe Simonis[MERGE] forward port of branch saas-5 up to 39bee35
2014-08-20 Christophe Simonis[FIX] base: correct view branding tests after c013210
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 xmo-odoo[IMP] catch & warn about any TTFontFile exception
2014-08-20 Christophe Simonis[MERGE] forward port of branch 7.0 up to d0a0b7d
2014-08-20 Fabien Meghazi[FIX] website translation bug
2014-08-20 Thibault Delavallée[FIX] res_partner: fixed display of simplified partner...
2014-08-20 Thibault Delavallée[FIX] tools: mail: fixed read more link tha could be...
2014-08-20 Denis Ledoux[FIX] fields: *2many related fields should not be read...
2014-08-20 Martin Ambroz[FIX] base: python 2.6 incompatibility for dictionary...
2014-08-19 Christophe Simonis[FIX] models: onchange return all subfields in cache...
2014-08-19 Christophe Simonis[FIX] base: show "application" in view view
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 Fabien Meghazi[IMP] Cache bundles in ir.attachments instead of LRU
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-14 Olivier Dony[I18N] Update 8.0 translation with latest source code
2014-08-14 Denis Ledoux[FIX] test_new_api: missing parent menu
2014-08-14 Olivier Dony[MERGE] Forward-port saas-5 up to acbdac4
2014-08-14 Olivier Dony[MERGE] Forward-port saas-4 up to 9a84d55
2014-08-14 Olivier Dony[MERGE] Forward-port saas-3 up to 9b55532
2014-08-14 Martin Trigaux[IMP] base: no default domain for partner's title
next