report/render: fixes from xrg branch
[odoo/odoo.git] / bin /
2010-11-23 P. Christeasreport/render: fixes from xrg branch
2010-11-23 P. ChristeasFix rml2pdf custom ttf fonts.
2010-11-23 P. Christeasrml2pdf: fix logging of exceptions.
2010-11-23 P. Christeaswebsrv_lib: allow "noconnection" object to carry the...
2010-11-23 P. Christeastranslate: don't complain about fuzzy strings.
2010-11-23 P. Christeasir.module: use pythonic logging, addons api
2010-11-23 P. Christeassetup: The ssl certs should *not* be distributed.
2010-11-23 P. Christeassql_db: Better exceptions.
2010-11-23 P. Christeastranslate: port to pythonic logging, filename in a...
2010-11-23 P. Christeasaddons-init: better messages when an ir.model is missing
2010-11-23 P. ChristeasORM: moved columns should carry the old name, not the...
2010-11-23 P. Christeassql_db: Avoid using inspect.stack(), use failsafe alter...
2010-11-23 P. Christeasorm: revert e940ece64169da4f, read(<bad-id>) must retur...
2010-11-23 P. Christeasorm: Return numeric uid at perm_read() when no access...
2010-11-23 P. Christeasres_users: When deleting a group with users, have a...
2010-11-23 P. Christeasir_actions: Cleanup code, use pythonic logging.
2010-11-23 P. Christeasaddons/base: bump the module version
2010-11-23 P. Christeasbase.module.upgrade: have default context arg.
2010-11-23 P. Christeaswebsrv_lib: fix do_OPTIONS for m$ webdav
2010-11-18 P. ChristeasOSV: a lint check fix
2010-11-18 P. ChristeasOSV: Fix callable _sql_constraint messages
2010-11-18 P. Christeasosv: Improve the translation logic for the osv.check...
2010-11-18 P. ChristeasORM, ir_*: convert standard constraint messages to...
2010-11-17 P. Christeasweb-services: new "get_sqlcount" call
2010-11-16 P. ChristeasORM: do import warnings, needed for _check_recursion...
2010-11-16 P. Christeastranslate: fix scanning the ir.models for translations
2010-11-16 P. Christeasweb_services: implement os timestamp query.
2010-11-16 P. Christeasbase_data: fix English typo
2010-11-16 P. Christeasmodule wizards: improve over trivial rpc errors
2010-11-16 P. Christeastools/misc: prevent icon names from being translated
2010-11-16 P. ChristeasORM: deprecate check_recursion() in favour of _check_re...
2010-11-16 P. ChristeasORM: Better message when copying non-existing records
2010-11-16 P. ChristeasORM: fix bug at orm.copy_data(), would reset context...
2010-11-16 P. Christeastools: Initial version of test_reports utility
2010-11-16 sma (Tiny)Added _description attribute for model Res.groups.
2010-11-16 Olivier Dony[ADD] test: added smoke test for tools.translate.quote...
2010-11-16 Olivier Dony[IMP] tools.translate: various improvements to tranlati...
2010-11-16 Anup (OpenERP)[FIX](Maintenance) Exportation fixed for o2m and m2m
2010-11-16 Launchpad Translat... Launchpad automatic translations update.
2010-11-12 Numerigraphe - Lio... [FIX] typo in field name
2010-11-12 Numerigraphe - Lio... [MERGE] sync with the trunk
2010-11-12 Numerigraphe - Lio... [REF] stricter checking of defauts in fields & orm...
2010-11-12 Vir (Open ERP)[ADD] Tooltip added for menus
2010-11-12 Xavier Morel[IMP] simplify summing operation (sum builtin was added...
2010-11-12 Numerigraphe - Lio... [FIX] incorrect spellings (childs -> children)
2010-11-12 Vir (Open ERP)[ADD] Tooltip added for menus
2010-11-12 Launchpad Translat... Launchpad automatic translations update.
2010-11-11 Olivier Dony[FIX] base_data: changed United Kingdom Country Code...
2010-11-11 Olivier Dony[FIX] safe_eval: added support for new JUMP OPCODES...
2010-11-10 Olivier Dony[FIX] tools.pdf_utils: fixed typo in previous commit
2010-11-10 Nicolas Vanhoren[MERGE] minor improvements after integrating community...
2010-11-10 Christophe Simonis[IMP] base: add cron job to autovacuum osv_memory objects
2010-11-10 nch@tinyerp.com[REVERT]:commit 2996 to opt fro a better solution
2010-11-10 Rga[FIX]:Installing a module when completed,it should...
2010-11-10 Launchpad Translat... Launchpad automatic translations update.
2010-11-10 Ferdinand @ Camptocamp[IMP] ir.exports: added missing sql index
2010-11-09 Olivier Dony[FIX] tools.config: do not chmod existing config files
2010-11-09 Christophe Simonis[IMP] tools.cache now use a LRU to avoid memory overload
2010-11-09 Christophe Simonis[IMP] pyflakes tools/misc.py
2010-11-09 Xavier Morel[IMP] remove redundancy in ir_values.set
2010-11-09 Xavier Morel[IMP] type tests simplifications in ir_values.set
2010-11-09 Xavier Morel[IMP] avoid returning complete search views from ir_val...
2010-11-09 Xavier Morel[IMP] base: make ir_values.get._result_get more readabl...
2010-11-09 Xavier Morel[IMP] base: tentative code simplifications (removal...
2010-11-09 Xavier Morel[IMP] make type tests more readable in ir_values.get
2010-11-09 Xavier Morel[FIX] base: don't return search_view and search_view_id...
2010-11-09 Olivier Dony[IMP] tools.misc: typo in tools.ustr error message
2010-11-09 Olivier Dony[FIX] reports/rml2pdf: improved previous fix of unicode...
2010-11-09 Launchpad Translat... Launchpad automatic translations update.
2010-11-08 Olivier Dony[FIX] reports/rml2pdf: somewhat more consistent handlin...
2010-11-08 Olivier Dony[IMP] orm: spelling: default language is en_US, so...
2010-11-08 Xavier Morel[FIX] documentation of _set_previous_todo: doesn't...
2010-11-08 Xavier Morel[REM] pre-check that we're not setting ir_actions_todo...
2010-11-08 Xavier Morel[FIX] Do not raise an error if the next todo isn't...
2010-11-08 Xavier Morel[IMP] res_config: better scope dont_skip_todo
2010-11-08 nvi-openerp[merge]
2010-11-08 Xavier Morel[IMP] base: remove useless context-setting
2010-11-08 Xavier Morel[IMP] base: migrate res_config to logging
2010-11-08 Launchpad Translat... Launchpad automatic translations update.
2010-11-04 Jay (OpenERP)[FIX] Removed pdb trace log statement
2010-11-04 Olivier Dony[ADD] fields.binary: support 'bin_size_XXX' context...
2010-11-04 Launchpad Translat... Launchpad automatic translations update.
2010-11-03 Olivier Dony[MERGE] report branch with <pto> support in RML rendering
2010-11-03 Xavier Morel[FIX] layout of base_module_import_view
2010-11-03 Launchpad Translat... Launchpad automatic translations update.
2010-11-03 apa-tinymerged from trunk
2010-11-02 Jay (OpenERP)[FIX] filters : Size of model name corrected to 64...
2010-11-02 qdp-launchpad@tiny... [IMP] base, res_lang: very small usability improvement...
2010-11-02 apa-tiny[FIX]account:[trunk] accounting - GL report (and others...
2010-11-02 Launchpad Translat... Launchpad automatic translations update.
2010-11-01 Fabien Pinckaers[IMP] Speed improvement when loading modules
2010-11-01 Fabien Pinckaers[IMP] Speed improvement when loading modules
2010-11-01 Launchpad Translat... Launchpad automatic translations update.
2010-10-29 Jay (OpenERP)[FIX] Search on property field should not crash,it...
2010-10-29 Launchpad Translat... Launchpad automatic translations update.
2010-10-29 Olivier Dony[FIX] res_company: override low-level _search to make...
2010-10-28 Olivier Dony[FIX] user preferences: fix company_id on_change warnin...
2010-10-28 nvi-openerp[IMP] Changed some things dur to uk localization module...
2010-10-28 Thibault Francois[MERGE]
2010-10-28 Launchpad Translat... Launchpad automatic translations update.
next