odoo/odoo.git
2011-08-31 Antony Lesuisse[FIX] decimal_precision cache clear
2011-08-31 Antony Lesuisse[IMP] move main() into openerp-web.py
2011-08-31 Fabien Meghazi[IMP] Improved rng for kanban view
2011-08-31 Olivier Dony[REM] view.rng: remove unused 'default' attribute,...
2011-08-31 Antony Lesuisse[FIX] account journal create sequence with company_id
2011-08-31 Xavier Morel[IMP] remove insanity
2011-08-31 Xavier Morel[IMP] stop performing useless fields_get requests for...
2011-08-31 Antony Lesuisse[FIX] res_lang clear cache remove kwargs
2011-08-31 Xavier Morel[IMP] don't fetch an m2o's subfields in import compat...
2011-08-31 Xavier Morel[IMP] simplify handling of a field's subfields display...
2011-08-31 Fabien Meghazi[MERGE} Merge with trunk
2011-08-31 Xavier Morel[IMP] remove double-reversing of fields in get_fields
2011-08-31 Xavier Morel[IMP] fix some variable names so they're a bit less...
2011-08-31 Xavier Morel[IMP] attempt to make handling of readonly & states...
2011-08-31 Fabien Meghazi[IMP] Many improvements to form frame rendering (with...
2011-08-31 Xavier Morel[IMP] simplify sorting of subfields by using key= param...
2011-08-31 Xavier Morel[FIX] import compatible as a boolean value
2011-08-31 Xavier Morel[IMP] remove redundant code
2011-08-31 Xavier Morel[IMP] deduplicate code in handling of relational fields...
2011-08-31 Xavier Morel[IMP] boolean tests/checks
2011-08-31 Xavier Morel[FIX] typo
2011-08-31 Xavier Morel[REM] to more useless uses of enumerate
2011-08-31 Xavier Morel[IMP] simplify traversal of fields: remove unused enume...
2011-08-31 Xavier Morel[IMP] remove not-very-useful test
2011-08-31 Xavier Morel[IMP] make 'import compatible' an actual boolean, not...
2011-08-31 Xavier Morel[IMP] lift import_compat and parent_field_type as direc...
2011-08-31 Xavier Morel[REM] unused parameter field_parent on Export.get_fields
2011-08-31 Xavier Morel[FIX] don't fuck up name ordering in exported file...
2011-08-31 Xavier Morel[IMP] does not seem to be any reason to use fields_view...
2011-08-31 niv-openerp[fix] some bugs with float & date parsing + corrected...
2011-08-31 Xavier Morel[FIX] issue in splitting field paths for export: would...
2011-08-31 Vo Minh Thu[FIX] project_timesheet test: have a happy runbot,...
2011-08-31 Vo Minh Thu[FIX] caldav: ir.model.access.check() has no kwargs...
2011-08-31 niv-openerp[fix] fixed relative paths in css
2011-08-31 Vo Minh Thu[FIX] registry: forgot the self/cls args.
2011-08-31 Launchpad Translatio... Launchpad automatic translations update.
2011-08-30 Antony Lesuisseopenerp-web ready to be a simple set of openerp-server...
2011-08-30 Antony Lesuissemoved OpenERPSession into backend{rpc|local}.py
2011-08-30 Antony Lesuisse[IMP] moved openerpweb into base.common to be renamed...
2011-08-30 Quentin (OpenERP)[REV] account_coda: removed temporarily the pervious...
2011-08-30 Xavier Morel[IMP] sprintf is awesome, so use sprintf correctly...
2011-08-30 Xavier Morel[FIX] don't display negative numbers for the decimal...
2011-08-30 Vo Minh Thu[MERGE] res.currency: added res.currency.rate.type...
2011-08-30 Xavier Morel[FIX] correctly return a deferred from openerp.base...
2011-08-30 Xavier Morel[FIX] don't coerce values to str before writing them...
2011-08-30 Xavier Morel[IMP] have the export dialog fetch possible export...
2011-08-30 niv-openerp[imp] small change in debug-mode login
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: code cleaning
2011-08-30 Xavier Morel[IMP] make export extensible
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: code cleaning
2011-08-30 Quentin (OpenERP)[FIX] base, res.currency: ProgrammingError. When giving...
2011-08-30 niv-openerp[merge] many improvements to the mobile client
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-30 Xavier Morel[IMP] remember to set base in parseInt
2011-08-30 Quentin (OpenERP)[MERGE] merged with main addons branch
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: fixes
2011-08-30 Quentin (OpenERP)[IMP] base, res.currency: by default, don't show the...
2011-08-30 Xavier Morel[IMP] make removing all fields selected for an export...
2011-08-30 Xavier Morel[IMP] simplify code collecting arguments to data export...
2011-08-30 vishmita[IMP] Need to change code in ChangePassword.
2011-08-30 Xavier Morel[IMP] get export to work correctly with Session.get_fil...
2011-08-30 Xavier Morel[IMP] reliability fix in token handling
2011-08-30 Quentin (OpenERP)[IMP] board: removed group=no one from the menuitem...
2011-08-30 Quentin (OpenERP)[MERGE] merged the dev branch with multi-currency enhan...
2011-08-30 Xavier Morel[REN] openerp.base.Session#getFile to openerp.base...
2011-08-30 Xavier Morel[FIX] breakage in case of repeated calls to getFile...
2011-08-30 Xavier Morel[IMP] move file download API to session, so it can...
2011-08-30 niv-openerp[imp] cleaned header a bit, refactored to Widget design...
2011-08-30 Launchpad Translatio... Launchpad automatic translations update.
2011-08-29 niv-openerp[merge] improvements about reports
2011-08-29 niv-openerp[imp] made web server able to get a report, but still...
2011-08-29 Fabien Meghazi[IMP] Improved rng for kanban view
2011-08-29 Fabien Meghazi[MERGE] Merge with trunk
2011-08-29 niv-openerp[imp] added active_id in related coming from m2o
2011-08-29 niv-openerp[imp] default setup for reports + put active_id in...
2011-08-29 Fabien Meghazi[IMP] Improved translate dialog
2011-08-29 niv-openerp[fix] problem with m2o that doesn't validate correctly...
2011-08-29 niv-openerp[fix] problem with context menu being displayed under...
2011-08-29 niv-openerp[fix] small thing i forgot in the preceding fix
2011-08-29 Xavier Morel[FIX] encoding and mime type for excel export files
2011-08-29 vishmita[FIX] Need to reload searchview after Clear .
2011-08-29 niv-openerp[fix] fixed problem with o2m when we re-open a previous...
2011-08-29 niv-openerp[fix] put type = 'opportunity' in context for opportunities
2011-08-29 Xavier Morel[IMP] fix mime type in case of excel export
2011-08-29 Xavier Morel[REM] error handling around xlwt import
2011-08-29 Xavier Morel[REM] useless conditional (always true) and unused...
2011-08-29 Xavier Morel[FIX] reinstate bail out in clean_action in case the...
2011-08-29 Jiten (OpenERP)[MER] Merge from openerp-web.
2011-08-29 Jiten (OpenERP)[IMP] Improved style for textarea and login page fields.
2011-08-29 Launchpad Translatio... Launchpad automatic translations update.
2011-08-28 Antony Lesuisse[MERGE] trunk
2011-08-28 Antony Lesuisse[FIX] project_issue removed unused fields
2011-08-28 Antony Lesuisse[FIX] base_iban remove unneeded dependency on account
2011-08-28 Antony Lesuisse[MERGE] mrp renames and reorder menu
2011-08-28 Antony Lesuisse[MERGE] partner hide categories in simplified view
2011-08-28 Antony Lesuisse[MERGE] purchase hide pricelists in simplified
2011-08-28 Antony Lesuisse[MERGE] account reorder config menuitems
2011-08-28 Antony Lesuisse[MERGE] product rename real stock, virtual sotck into...
2011-08-28 Antony Lesuisse[MERGE] hr move job position menu
2011-08-28 Antony Lesuisse[IMP] renames in base/res
next