[IMP] doc/howtos/backend: fix condition in workflow
[odoo/odoo.git] / openerp /
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
2014-08-14 Olivier Dony[MERGE] Forward-port of 7.0 up to 85d2b45
2014-08-14 Olivier Dony[I18N] Update 7.0 translations with latest changes...
2014-08-14 Olivier Dony[I18N] Update all 7.0 translation templates with latest...
2014-08-14 Olivier Dony[FIX] tools.translate: addons path resolution failed...
2014-08-13 Vo Minh Thu[FIX] tools.translate: when loading entries from a...
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 Martin Trigaux[FIX] base: revert 19e401a for title on res.partner...
2014-08-13 Samus CTO[IMP] calculating nextcall datetime of a cron SHOULD...
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-13 Olivier Dony[FIX] ir.translation: export/import of QWeb terms
2014-08-13 Olivier Dony[FIX] orm field (new api): preserve empty values instea...
2014-08-12 Christophe Simonis[IMP] models.py: _auto_init: accelerate row existance...
2014-08-12 Fabien MeghaziMerge pull request #1424 from odoo-dev/saas-5-handlemis...
2014-08-12 Fabien MeghaziAdded stylesheet warning for missing css asset
2014-08-12 Fabien MeghaziUse console.error
2014-08-12 Olivier Dony[IMP] ORM: Coalesce NULL boolean values to false when...
2014-08-11 Christophe Simonis[FIX] ir_cron: typo introduced in commit a3d6b3a
2014-08-11 Richard Mathot[FIX] ir_cron: typo introduced in fwdport
2014-08-11 Denis Ledoux[FIX] ir_cron: forgotten conflict from forward port...
2014-08-11 Denis Ledoux[MERGE] forward port of branch saas-5 up to 0739bc4
2014-08-11 Thibault Delavallée[FIX] mail: fixed bounce email recognition + invite...
2014-08-11 Denis Ledoux[MERGE] forward port of branch saas-4 up to 7ecaab9
2014-08-11 Denis Ledoux[MERGE] forward port of branch saas-3 up to 2f4be42
2014-08-11 Denis Ledoux[MERGE] forward port of branch 7.0 up to 3632949
2014-08-11 Olivier Dony[IMP] fields.boolean: simplify symbol_set, cast to...
2014-08-11 Olivier Dony[IMP] models._auto_init: avoid writing `False` default...
2014-08-11 Denis Ledoux[FIX] yaml tests: Set on_change keys not in view logger...
2014-08-08 Samus CTO[FIX] Calculate date interval using super user time...
2014-08-08 Denis Ledoux[MERGE] forward port of branch saas-4 up to 0a1e4a0
2014-08-08 Denis Ledoux[MERGE] forward port of branch saas-3 up to 81a902a
2014-08-08 Denis Ledoux[MERGE] forward port of branch 7.0 up to 5f696ba
2014-08-08 Raphael Collet[FIX] fields: generalize inverse_field to a list of...
2014-08-08 Raphael Collet[IMP] api: improve documentation of decorators constrai...
2014-08-08 Olivier Dony[FIX] base: tests: move test menu under correct root
2014-08-08 Raphael Collet[FIX] models: default_get() used to miss values
2014-08-08 Raphael Collet[IMP] refactoring: move function topological_sort to...
2014-08-08 Denis Ledoux[FIX] yaml tests: extra key in on_change result isn...
2014-08-08 Richard Mathot[FIX] read_group cannot aggregate non-stored field
2014-08-07 Olivier Dony[IMP] fields.Date[Time]: convert_to_cache: avoid costly...
2014-08-07 Denis Ledoux[MERGE] forward port of branch 7.0 up to a86dfb8
2014-08-07 Olivier Dony[IMP] hr,mail,product,project,base: use @auto_join...
2014-08-07 Olivier Dony[IMP] orm.Field: doc for @copy attribute
2014-08-07 Olivier Dony[IMP] ir.qweb: avoid repeatedly searching the registry...
2014-08-07 Thibault Delavallée[FIX] mail, BaseModel, portal_sale: fixes and improveme...
2014-08-07 Thibault Delavallée[FIX] tools: html_sanitize: keep mako tags (<% ......
2014-08-07 Denis Ledoux[FIX] report: allow using 0 decimal precision in rml...
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...
next