[FIX] base_contact: search in "Contact's Jobs" now also search in firstname and lastn...
[odoo/odoo.git] / bin /
2010-01-29 Jay (Open ERP)[FIX] M2O : Unfair behavior of M2O for access denial...
2010-01-28 CHS,JVO[FIX] Behavior of server corrected if addons-path is...
2010-01-28 CHS,JVO[FIX] Behavior of server corrected if addons-path is...
2010-01-27 Jay (Open ERP)[REF] Minor edit
2010-01-27 Jay (Open ERP)[FIX] Ir_actions : Unicode error corrected
2010-01-25 Jay (Open ERP)[FIX] Related with O2M behavior corrected
2010-01-25 Borja Lopez Soilan... [FIX] Remove the useless cr.commit() in the get_id...
2010-01-22 Jay (Open ERP)[FIX] Import should raise an uncaught exception if...
2010-01-22 Jay (Open ERP)[FIX] _inherits table may delete the record which is...
2010-01-21 Jay (Open ERP)[FIX] O2M should check existing relations for its conce...
2010-01-20 Christophe Simonis[FIX] revert previous patch about linked bug (lp:497364) 5.0.7rc2-server
2010-01-20 Christophe Simonis[FIX] remove the lock on database connections
2010-01-20 Christophe Simonis[FIX] correct threading problems in cache
2010-01-19 Jay (Open ERP)[FIX] Expression : Domain calculation of M2M/O2M corrected
2010-01-19 Jay (Open ERP)[FIX] Encoding problm corrected on report contents
2010-01-19 Jay (Open ERP)[FIX] Menu : Search method corrected for the non-Admin...
2010-01-18 Jay (Open ERP)[FIX] Server Action : Email can be sent with non-Englis...
2010-01-18 Jay (Open ERP)[FIX] If RML contains unicode characters and title...
2010-01-09 Jay (Open ERP)[IMP] Sequence : Legend improved to help user understan...
2010-01-08 Jay (Open ERP)[REM] Removed duplicated code for method __getitem__()
2010-01-08 Jay (Open ERP)Domain evaluation : Conditions like [(field,'in',[...
2010-01-07 ACH,JVO[FIX] Translation was not getting inserted to DB on...
2010-01-07 Jay (Open ERP)[FIX] Installation should alert user if any no pool...
2010-01-06 Jay (Open ERP)[FIX] FormatLang : Dates if specified into String,will...
2010-01-06 Jay (Open ERP)[FIX] Report : Proper Message notification when RML...
2010-01-06 Jay (Open ERP)[FIX] Partner : Name_get() of res.partner.address corrected
2010-01-05 Jay (Open ERP)[FIX] Search : searching translated fields made possibl...
2009-12-31 Sylvain Calador... [FIX] Corrections made when removing a module and updat...
2009-12-31 Jay (Open ERP)[FIX] Record Rules : domain_force made working
2009-12-29 RGA(OpenERP)[FIX] Manual object and field creation with searchable
2009-12-23 NCH (OpenERP)[FIX] quality_integration_server: if db exits, db shoul...
2009-12-21 VRA(OpenERP)[FIX] Currency : Rounding improved
2009-12-14 Christophe Simonis[IMP] remove useless comment
2009-12-14 Jay (Open ERP)[FIX] Importation when fails,needs cursor to be rolled...
2009-12-14 Jay (Open ERP)[FIX] Server Action: Help message of Legend corrected
2009-12-11 Jay (Open ERP)[FIX] Partner : titlee can have a choice to be null
2009-12-11 Harry (Open ERP)[FIX+REVERT] service: bad security issue revid:jvo...
2009-12-10 Christophe Simonis[FIX] handle the case of missing "#:" formated comment...
2009-12-09 Jay (Open ERP)[FIX] Allowed <notebook> to be added into an inherited...
2009-12-09 olt@tinyerp.com[IMP] Launchpad export translation files
2009-12-08 Christophe Simonis[FIX] custom report xml creation
2009-12-08 Christophe Simonis[FIX] better locking when accessing to template1 database
2009-12-08 hda (Tiny)Merge
2009-12-08 Harry (Open ERP)[FIX]quality_integration_server: fixed problem in make...
2009-12-04 Christophe Simonis[FIX] revert bad fix
2009-12-03 Jay (Open ERP)[FIX] fields.related were misbehaving
2009-12-03 Christophe Simonis[REL] 5.0.7 5.0.7rc1-server
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-02 Xavier Morel[merge] osx-shutdown-fix branch into lxml-fixes
2009-12-02 Xavier Morel[merge] 5.0 in branch
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-28 Xavier Morel[IMP] removal of usages of the deprecated node.getchild...
2009-11-28 Xavier Morel[IMP] improve usage of the ET API, use SubElement inste...
2009-11-28 Xavier Morel[FIX] remove minidom from report/custom, replace with...
2009-11-28 Xavier Morel[FIX] leftover call to minidom in ps_form even though...
2009-11-28 Xavier Morel[FIX] Remove leftover instances of libxslt and libxml2...
2009-11-27 Christophe Simonis[IMP] sql_log
2009-11-27 Christophe Simonis[FIX] connection pool when database password is provide...
2009-11-27 Xavier Morel[FIX] hang in OSX when trying to shutdown server via...
2009-11-27 Xavier Morel[FIX] set absolute path for the config file to avoid...
2009-11-27 Xavier MorelFix server start shebang: hardcoding /usr/bin/python...
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
next