odoo/odoo.git
2012-02-09 Raphael Collet[IMP] base_module_doc_rst, base_module_record, base_rep...
2012-02-08 Raphael Collet[FIX] account_asset: fix manifest file
2012-02-08 Raphael Collet[IMP] base_module_record: code simplification
2012-02-07 Kuldeep Joshi... [FIX] base_module_doc_rst : set context for Proximity...
2012-02-03 Kuldeep Joshi... [FIX] base_module_record: change many2many field table...
2012-02-02 Raphael Collet[IMP] base_module_doc_rst: simplify wizard actions...
2012-02-02 Kuldeep Joshi... [FIX]base_module_doc_rst: remove context
2012-02-02 Kuldeep Joshi... [FIX] base_module_record,base_module_doc_rst: change...
2012-02-01 Kuldeep Joshi... [IMP] base_report_creator: add blank selection
2012-02-01 Kuldeep Joshi... [FIX] base_report_creator: add osv.osv_memory wizard
2012-01-23 Launchpad Translatio... Launchpad automatic translations update.
2012-01-23 Antony Lesuisse[MERGE] fix jsonp courtesy of florent.x
2012-01-22 Antony Lesuisse[FIX] revert html_template is used by other modules...
2012-01-20 Vo Minh Thu[MERGE] added resources (virt. memory and CPU time...
2012-01-20 Vo Minh Thu[IMP] gunicorn: changed `print` with `logging.info`.
2012-01-20 Vo Minh Thu[IMP] gunicorn: commit suicide in the post_request...
2012-01-20 Xavier Morel[FIX] get_value called on readonly reference widget...
2012-01-20 Vo Minh Thu[IMP] gunicorn: moved gunicorn hook to openerp.wsgi...
2012-01-20 Xavier Morel[FIX] error reporting in _.sprintf
2012-01-20 Xavier Morel[FIX] DataSetStatic.read_slice called with no options...
2012-01-20 Vo Minh Thu[IMP] gunicorn: add CPU and memory limits.
2012-01-20 Quentin (OpenERP)[FIX+REF] account_analytic_analysis: fixed the dependan...
2012-01-20 Xavier Morel[ADD] support for 'domain' key in result of onchange...
2012-01-20 Xavier Morel[ADD] dynamic view: handle setting domains via onchange
2012-01-20 Launchpad Translatio... Launchpad automatic translations update.
2012-01-19 Xavier Morel[REM] unused imports mistakenly added in revision xmo...
2012-01-19 Olivier Dony[FIX] expression: properly care for implicitly defined...
2012-01-19 Xavier Morel[FIX] correctly display crash manager in case of report...
2012-01-19 Christophe... [FIX] avoid blank page when the database assigned to...
2012-01-19 Xavier Morel[FIX] extend revid:fme@openerp.com-20120117124417-k3vdi...
2012-01-19 Olivier Dony[FIX] report_webkit: translations lookup should ignore...
2012-01-19 Olivier Dony[FIX] report_webkit: avoid using report name in temp...
2012-01-19 Vo Minh Thu[FIX] document_ftp: break self-import (which is causing...
2012-01-19 Xavier Morel[MERGE] various style and code improvements, and overly...
2012-01-19 Xavier Morel[IMP] avoid creating and discarding OpenERPSession...
2012-01-19 Florent Xicluna[REF] the openerplib should be fixed upstream.
2012-01-19 Florent Xicluna[REF] do not create useless OpenERPSession objects...
2012-01-19 Florent Xicluna[REF] code review.
2012-01-19 Launchpad Translatio... Launchpad automatic translations update.
2012-01-19 Launchpad Translatio... Launchpad automatic translations update.
2012-01-18 Florent Xicluna[FIX] a typo between 'id' and builtin <id>.
2012-01-18 Olivier Dony[FIX] email_template: properly pass target model in...
2012-01-18 niv-openerp[imp] cleared main html
2012-01-18 niv-openerp[imp] added id to fields values to please tfr
2012-01-18 Vo Minh Thu[MERGE] cleaned some imports, removed some code for...
2012-01-18 Vo Minh Thu[MERGE] tools.literal_eval -> ast.literal_eval (as...
2012-01-18 Vo Minh Thu[MERGE] added --db-template option.
2012-01-18 Xavier Morel[FIX] re-add auto_search
2012-01-18 Quentin (OpenERP)[MERGE] lp:916704
2012-01-18 Olivier Dony[IMP] base: change conflicting address-related "State...
2012-01-18 Minh Tran[FIX] Fixed transparent login pane issue in IE8
2012-01-18 Quentin (OpenERP)[MERGE] lp:915426
2012-01-18 Vo Minh Thu[IMP] fields: use simplejson instead of json (for consi...
2012-01-18 Vo Minh Thu[IMP] tools: removed our copy of the copy module.
2012-01-18 Vo Minh Thu[IMP] tools: removed deprecated debug() function.
2012-01-18 Vo Minh Thu[IMP] tools: removed __builtin__.{all,any} (they were...
2012-01-18 Vo Minh Thu[IMP] tools: removed some functools functions (they...
2012-01-18 Vo Minh Thu[IMP] tools: removed literal_eval as we drop python...
2012-01-18 Vo Minh Thu[IMP] tools.literal_eval -> ast.literal_eval (as we...
2012-01-18 Vo Minh Thu[MERGE] cleaned imports.
2012-01-18 Vo Minh Thu[MERGE] changes required for the "import hook" commit...
2012-01-18 Vo Minh Thu[MERGE] changes required for the "import hook" commit...
2012-01-18 Vo Minh Thu[MERGE] use an import hook instead of appending to...
2012-01-18 Vo Minh Thu[MERGE] added missing import, removed unused vars,...
2012-01-18 Vo Minh Thu[MERGE] merged trunk.
2012-01-18 Launchpad Translatio... Launchpad automatic translations update.
2012-01-18 Launchpad Translatio... Launchpad automatic translations update.
2012-01-17 Fabien Meghazi[FIX] QWeb: well... ahem... This is embarassing...
2012-01-17 Fabien Meghazi[FIX] Fix QWeb default dict extend
2012-01-17 Fabien Meghazi[REM] Forgot a console.log
2012-01-17 Fabien Meghazi[FIX] QWeb: fix 2 unit tests
2012-01-17 Fabien Meghazi[REV] Revert Revision#6353: Will use __last_update...
2012-01-17 Fabien Meghazi[IMP] Kanban: use __last_update instead of write_date
2012-01-17 Christophe... [FIX] correct session cleaning
2012-01-17 nicolas.bessi... [IMP] database template in commande line, you can now...
2012-01-17 Xavier Morel[FIX] avoid losing all available views when switching...
2012-01-17 Olivier Dony[FIX] l10n_multilang: account.account.name needs to...
2012-01-17 Xavier Morel[FIX] buttons order in dialog confirming actions
2012-01-17 Xavier Morel[FIX] missing translation mark
2012-01-17 Xavier Morel[FIX] re-fix weird behavior of Firefox where text punch...
2012-01-17 Xavier Morel[FIX] some MSIE8 stuff
2012-01-17 Xavier Morel[FIX] qweb: benchmark on browsers without console.time...
2012-01-17 Xavier Morel[MERGE] qweb casing fix
2012-01-17 Xavier Morel[FIX] un-nivity call of WebClient, IE8 does not like...
2012-01-17 Fabien Meghazi[FIX] QWeb: Internet Explorer DOM converts tags to...
2012-01-17 Xavier Morel[FIX] MSIE does not like calling .html on the page...
2012-01-17 Xavier Morel[FIX] root css on .openerp, not body.openerp
2012-01-17 Fabien Meghazi[ADD] Add write_date to hr.employee and product.product...
2012-01-17 Fabien Meghazi[IMP] Kanban images not being reloaded when saved in...
2012-01-17 Xavier Morel[FIX] trailing commas
2012-01-17 Fabien Meghazi[FIX] Char fields don't correctly retain their values...
2012-01-17 Xavier Morel[IMP] only display group paginator if there are more...
2012-01-17 Xavier Morel[FIX] forbid spaces in db names
2012-01-17 Xavier Morel[ADD] extremely basic wikitext support for web client...
2012-01-17 Xavier Morel[REM] wiki field from form and page
2012-01-17 Divyesh Makwana... [FIX] sale : Invoicing - item not in translations
2012-01-17 Fabien Meghazi[IMP] Updated jquery.tipTip
2012-01-17 Xavier Morel[IMP] Xml2JSON: remove useless class indirection and...
2012-01-17 Xavier Morel[IMP] cleanup code and missing imports
2012-01-17 Xavier Morel[FIX] finish implementing xmo@openerp.com-2012011609533...
next