[IMP] add option to disable the database listing
[odoo/odoo.git] / bin /
2009-12-03 Christophe Simonis[IMP] add option to disable the database listing
2009-12-03 mra (Open ERP)[FIX] Translation: Error parsing .po files when applica...
2009-12-03 mra (Open ERP)[FIX] : translation: modify msg id where it contains...
2009-12-03 Jay (Open ERP)[FIX] Pickling issue solved with ir_values (get method)
2009-12-02 Jay (Open ERP)[FIX] Encoding error corrected for client_action(ir_val...
2009-12-02 Xavier Morel[fix] use env for python shebang rather than hardcoding...
2009-12-02 olt@tinyerp.com[FIX] base: wrong fr_FR translation for 'Delete Permission'
2009-12-01 Christophe Simonis[FIX] db_exist method works as expected
2009-12-01 Christophe Simonis[FIX] allow related fields to point to one2many and...
2009-12-01 R.Messier[FIX] RAW reports creation corrected
2009-12-01 Harry (Open ERP)[FIX] quality_integration_server : fixed bug on make...
2009-11-30 olt@tinyerp.com[FIX] fields: '_fnct_write' should pass context object...
2009-11-30 Jay (Open ERP)[FIX] Module informtion was not getting updated on...
2009-11-27 Christophe Simonis[IMP] sql_log
2009-11-27 Christophe Simonis[FIX] connection pool when database password is provide...
2009-11-27 Harry (Open ERP)[IMP] quality_integration_server: added net_port option...
2009-11-26 Harry (Open ERP)[FIX] quality_integration_server: wrong web-service...
2009-11-25 VRA(OpenERP)[FIX] Amount to text conversions made better
2009-11-25 Jay (Open ERP)[FIX] Custom Object xml arch needed encoding.
2009-11-24 Jay (Open ERP)[FIX] Upgrade could have failed when its a change in...
2009-11-23 Christophe Simonis[IMP] better connection pool (global)
2009-11-23 ACH(OpenERP)[FIX] Expression : Making search easier for 'child_of...
2009-11-18 mra (Open ERP)[FIX] solve problem of importing data from csv with...
2009-11-17 HDA (OpenERP)Fixed xml dom problem in export translation.
2009-11-17 DSH (Open ERP)[FIX] act_window False domain problem - produce after...
2009-11-17 Jay (Open ERP)[FIX] Priority on fields.function with store dictionary...
2009-11-16 Sebastien LANGEFixed Spelling mistake
2009-11-13 Jay (Open ERP)[FIX] On update, fields with only numeric/int/float...
2009-11-13 UCO,JVO[FIX] On Update, if only the size of column is changed...
2009-11-13 Harry (Open ERP)[FIX] quality_integration_server : fixed problem in...
2009-11-12 Ferdinand@Chricar[IMP] ir_cron : added active feild on list view
2009-11-11 Jay (Open ERP)[FIX] M2M : values filtering on set()
2009-11-09 Jay (Open ERP)[FIX] Export : M2M field name was missing last character
2009-11-05 Marcelo HamraImproved trigger selection query
2009-11-05 HDA (OpenERP)Merge and bugfixes from jvo
2009-11-04 nel@tinyerp.com[FIX] Avoid crash when no args
2009-11-01 Fabien Pinckaersmerge
2009-11-01 Fabien Pinckaersmerge
2009-10-30 Jay (Open ERP)[REF] Partner : copy() improved
2009-10-28 Raphaël Valyi[MERGE] bzr merge -r 1856..1857 lp:openobject-server...
2009-10-28 Raphaël Valyi[MERGE] bzr merge -r 1847..1848 lp:openobject-server...
2009-10-28 Raphaël Valyi[MERGE] lxml+etree instead of deprecated XML libs which...
2009-10-27 UCO,JVO[FIX] Record rule : domain evaluation problem corrected
2009-10-27 Jay (Open ERP)[FIX] Ir_attachment : Context updation corrected on...
2009-10-26 Jay (Open ERP)[FIX] Config : wrong calculation if cached_timeout...
2009-10-22 Jay (Open ERP)[FIX] Expression : domain calculation failes, max....
2009-10-22 YSA,JVO[FIX] Export : Selection field gets imported by its...
2009-10-19 Fabien Pinckaers[FIX] recursive calls
2009-10-19 Fabien Pinckaers[FIX] recursive child_of on one2many and many2many
2009-10-16 Christophe Simonis[FIX] allow to call write without ids on osv_memory...
2009-10-13 Fabien Pinckaers[IMP] default value for module
2009-10-09 Stephane Wirtel[FIX] Specify the name of the argument for the context...
2009-10-09 nch@tinyerp.com[REF]:notified channel when there is an exception in...
2009-10-09 nch@tinyerp.com[FIX]:<seq> problem Report Engine
2009-10-08 Stephane Wirtel[MERGE] Backport: bazaar.launchpad.net/~openobject...
2009-10-08 Stephane Wirtel[MERGE] Backport: bazaar.launchpad.net/~openobject...
2009-10-08 YSA(OpenERP)[FIX] Import made successful when field is O2M and...
2009-10-08 Jay (Open ERP)[FIX] Domain was getting failed when trying to work...
2009-10-08 Jay (Open ERP)[FIX] Improved Previous bad commit for pagelayout error
2009-10-07 Stephane Wirtel[FIX] Use an alternative for the locale.RADIXCHAR if...
2009-10-05 Fabien Pinckaers[FIX] default context
2009-10-05 Jay (Open ERP)[FIX] Import : Context of the action/screen passed...
2009-10-03 Jay (Open ERP)[FIX] Name_search() is having now record limit to be...
2009-10-02 Christophe Simonis[IMP] cron: check the arguments to avoid security issues
2009-10-01 uco(Open ERP)[FIX] Allowing sql keywords as fields(don't use them...
2009-09-30 mra (Open ERP)[IMP] base_quality_interrrogation: put message if the...
2009-09-29 Jay (Open ERP)[FIX] Export Translation : Warning on Non-existing...
2009-09-25 nch-openerp[FIX]quality_integration_server: ascci encoding problem...
2009-09-24 uco(OpenERP)[FIX] Update Module : Float8 to float and numeric to...
2009-09-23 Harry (Open ERP)[IMP]quality_integration_server: quality log : add...
2009-09-22 olt@tinyerp.com[REL] release.py: 5.0.6
2009-09-22 Jay (Open ERP)[FIX] Fields.function : Store value computation corrected
2009-09-18 Jay (Open ERP)[FIX] Price Accuracy : rounding made to be based on...
2009-09-17 olt@tinyerp.com[IMP] updated release.py to 5.0.5 5.0.5-server
2009-09-17 Harry (Open ERP)[REF]quality_integration_server: now intsall-translate...
2009-09-17 Harry (Open ERP)[FIX]quality_integration_server: fixe problem on make...
2009-09-17 Harry (Open ERP)[FIX]quality_integration_server : quality log : reduce...
2009-09-16 Mantavya Gajjar[MERGE]: merging from the same branch
2009-09-16 Mantavya Gajjar[REM]: remove the name search method, as this method...
2009-09-16 Harry (Open ERP)[FIX]base : ir_cron : take minimun next_call from datab...
2009-09-16 Harry (Open ERP)[IMP]quality_integration_server: make link of extra...
2009-09-16 Jay (Open ERP)[FIX] Print screen : Correction when text for report...
2009-09-15 Harry (Open ERP)[FIX]quality_integration_server: get message from base_...
2009-09-15 Harry (Open ERP)[IMP]quality_integration_server: get message from base_...
2009-09-15 Fabien Pinckaers[FIX] regression in fields.function computation
2009-09-15 Jay (Open ERP)[IMP] Rng : Accepting Groups under/after/replacing...
2009-09-11 Christophe Chauvet... [FIX] Better translation exportation.
2009-09-09 Fabien Pinckaers[FIX] better log error, new line
2009-09-09 Jay (Open ERP)[FIX] Report: context was missing while printing any...
2009-09-07 Christophe Chauvet... [FIX] Export : Error solved while Exporting O2M records...
2009-09-07 Harry (Open ERP)[IMP]quality_integration_server : quality html log
2009-09-04 Harry (Open ERP)[IMP]quality_integration_server: put max_limit in serve...
2009-09-03 ACH,Jay[FIX] Translation issue with cache: it needed to restar...
2009-09-02 ACH(OpenERP)[FIX] Send Mail : Unicode error handled
2009-09-01 Cédric Krier[FIX] Security Loophole corrected
2009-08-31 Jay (Open ERP)[FIX] Base : 'Supplier Partners' menu will open new...
2009-08-31 Luis Falcon(Thymbra)[IMP] Base : Rate for ARS Added
2009-08-31 Christophe chauvet... [FIX] Send mail : Non-English characters were throwing...
2009-08-28 Christophe Simonis[IMP] cchange version number
2009-08-28 Christophe Simonis[REL] 5.0.4 5.0.4-server
next