[FIX] stock: fixed views for stock.quant
[odoo/odoo.git] / openerp /
2013-12-30 Martin Trigaux[FIX] ir_translation: rename method load to load_module...
2013-12-24 Gery Debongnie[IMP] changes the rng description of the xml grammar...
2013-12-19 Launchpad Translat... Launchpad automatic translations update.
2013-12-18 Martin Trigaux[MERGE] forward port of latest saas-2 until rev 4996...
2013-12-18 Denis Ledoux[FIX] base: size of partner address labels, according...
2013-12-18 Xavier ALT[FIX] base: make explicit, that res.users reified field...
2013-12-17 Xavier ALT[FIX] base: remove old deprecated file ``base_module_sc...
2013-12-17 Xavier ALT[FIX] translation: force clearing of cached translated...
2013-12-17 Xavier ALT[FIX] base: use correct field for user's last connection.
2013-12-17 Xavier ALT[FIX] base: do not traceback when removing country...
2013-12-16 Launchpad Translat... Launchpad automatic translations update.
2013-12-12 Xavier Morel[ADD] tentative tests for application of view inheritan...
2013-12-11 Martin Trigaux[MERGE] [FIX] fields: avoid traceback when rendering...
2013-12-11 Martin Trigaux[MERGE] [FIX] res_users: skip method _get_reified_group...
2013-12-11 Thibault Delavallée[FIX] http: correctly handle the rollback when an excep...
2013-12-11 Cecile Tonglet[FIX] name_search() where _rec_name is a reference...
2013-12-11 Launchpad Translat... Launchpad automatic translations update.
2013-12-11 Launchpad Translat... Launchpad automatic translations update.
2013-12-10 Cecile Tonglet[FIX] Calling read() on a not-existing user id crash...
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 Martin Trigaux[MERGE] [FIX] res_font: make it works in multiworker...
2013-12-09 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-12-09 Martin Trigaux[FIX] font: family with one l (Familly is a commune...
2013-12-09 Cecile Tonglet[FIX] Trigger stored field recalculation for inherited...
2013-12-09 Martin Trigaux[IMP] fix licence
2013-12-09 Martin Trigaux[MERGE] sync with trunk
2013-12-09 Martin Trigaux[FIX] font: trigger signal for clear cache instead...
2013-12-09 Martin Trigaux[IMP] font: better handeling of multiworker environement
2013-12-09 Cecile Tonglet[IMP] Batch for the computation of function's stored...
2013-12-09 Martin Trigaux[FIX] font: revert previous (use name and not familly...
2013-12-09 Martin Trigaux[FIX] font: correct call to font_scan, add book to...
2013-12-09 Martin Trigaux[FIX] font: avoid removing fake fonts
2013-12-09 Martin Trigaux[FIX] font: correctly place font_scan call, use superus...
2013-12-09 Martin Trigaux[IMP] font: move lazy loading to report_rml instead...
2013-12-09 Martin Trigaux[IMP] font: reload font list only when empty
2013-12-09 Martin Trigaux[IMP] font: add security rule, lazy loading at first...
2013-12-09 Launchpad Translat... Launchpad automatic translations update.
2013-12-08 Launchpad Translat... Launchpad automatic translations update.
2013-12-06 Denis Ledoux[FIX]ir_attachement: not self.pool.get(model) instead...
2013-12-06 Denis Ledoux[FIX] ir_attachement: search, if the model of the ir_at...
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-12-05 Launchpad Translat... Launchpad automatic translations update.
2013-12-04 Martin Trigaux[FIX] convert: better error message when failed to...
2013-12-04 Denis Ledoux[FIX] base: allow all users (including portals) to...
2013-12-04 Christophe Simonis[FIX] ir.http: catch all authentification errors
2013-12-04 Launchpad Translat... Launchpad automatic translations update.
2013-12-03 Antony Lesuisse[FIX] http response handling inside request context
2013-12-03 Antony Lesuisse[IMP] http improvement
2013-12-03 Martin Trigaux[FIX] rml2pdf: use glob instead of listdir to match...
2013-12-03 Martin Trigaux[FIX] font: better default and don't trigger onchange...
2013-12-03 Martin Trigaux[FIX] font: add columns for family, path and mode
2013-12-03 Cecile Tonglet[FIX] Wrong error message when data cannot be loaded...
2013-12-03 Launchpad Translat... Launchpad automatic translations update.
2013-12-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4992...
2013-11-29 Denis Ledoux[FIX]res_config: set_default as SUPERUSER_ID. check...
2013-11-29 Launchpad Translat... Launchpad automatic translations update.
2013-11-27 Christophe Simonis[FIX] add missing access rules for `test_workflow`...
2013-11-27 Christophe Simonis[FIX] module loading: do not warn about missing access...
2013-11-27 Christophe Simonis[FIX] orm: browse() do not prefetch deprecated fields
2013-11-27 Denis Ledoux[FIX]tools, translate: more tolerant code, if the model...
2013-11-26 Christophe Simonis[IMP] orm: copy() does not copy deprecated fields
2013-11-26 Christophe Simonis[IMP] res.users: avoid reading all fields explictly...
2013-11-25 Christophe Simonis[FIX] html_sanitize does not raise exception for empty...
2013-11-25 Christophe Simonis[MERGE] manual forward port of changes made in http...
2013-11-25 Christophe Simonis[IMP] dumpstack dumps greenlets when running in evented...
2013-11-25 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 4984...
2013-11-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5148...
2013-11-25 Olivier[BACKPORT] backport from saas-2 (r4976): ir.model:...
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-25 Olivier Dony[ADD] i18n: enable Lao language (Laos) as an installati...
2013-11-25 Launchpad Translat... Launchpad automatic translations update.
2013-11-25 Launchpad Translat... Launchpad automatic translations update.
2013-11-24 Christophe Simonis[FIX] base: on_change_login only set email for valid...
2013-11-24 Christophe Simonis[FIX] yaml import: for record tags, do not shadow value...
2013-11-22 Martin Trigaux[FIX] ir_translation: correctly match old and new ids...
2013-11-21 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-11-21 Denis Ledoux[FIX] ir, ir_translation: it was not possible to empty...
2013-11-22 Launchpad Translat... Launchpad automatic translations update.
2013-11-21 Launchpad Translat... Launchpad automatic translations update.
2013-11-20 Christophe Simonis[MERGE] remove warnings
2013-11-20 Olivier Dony[FIX] orm.browse_record: access error due to prefetch...
2013-11-19 Christophe Simonismerge upstream
2013-11-19 Denis Ledoux[FIX] ir, ir_attachement: traceback if try to create...
2013-11-19 Martin Trigaux[FIX] fonts: add missing onchange on company form
2013-11-18 Denis Ledoux[FIX]base: missing quote in domain of res_partner filte...
2013-11-18 Christophe Simonis[FIX] When running with --stop-after-init, return code...
2013-11-18 Olivier Dony[FIX] ir.model: during garbage collection of obsolete...
2013-11-17 Launchpad Translat... Launchpad automatic translations update.
2013-11-15 Xavier Morel[FIX] bunch of broken stuff over http requests in new...
2013-11-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 4067... saas-1
2013-11-15 Xavier Morel[IMP] new routing thing
2013-11-14 Olivier Dony[FIX] base: invalid ISO code for former Venezuela boliv...
next