Domain evaluation : Conditions like [(field,'in',[])],[(field,'not in',[])] considered
[odoo/odoo.git] / bin / osv /
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-05 Jay (Open ERP)[FIX] Search : searching translated fields made possibl...
2009-12-29 RGA(OpenERP)[FIX] Manual object and field creation with searchable
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-04 Christophe Simonis[FIX] revert bad fix
2009-12-03 Jay (Open ERP)[FIX] fields.related were misbehaving
2009-12-02 Xavier Morel[fix] use env for python shebang rather than hardcoding...
2009-12-02 Xavier Morel[merge] osx-shutdown-fix branch into lxml-fixes
2009-12-01 Christophe Simonis[FIX] allow related fields to point to one2many and...
2009-11-30 olt@tinyerp.com[FIX] fields: '_fnct_write' should pass context object...
2009-11-28 Xavier Morel[IMP] removal of usages of the deprecated node.getchild...
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 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 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-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 HDA (OpenERP)Merge and bugfixes from jvo
2009-10-28 Raphaël Valyi[MERGE] bzr merge -r 1856..1857 lp:openobject-server...
2009-10-28 Raphaël Valyi[MERGE] lxml+etree instead of deprecated XML libs which...
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-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-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-01 uco(Open ERP)[FIX] Allowing sql keywords as fields(don't use them...
2009-09-24 uco(OpenERP)[FIX] Update Module : Float8 to float and numeric to...
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-15 Fabien Pinckaers[FIX] regression in fields.function computation
2009-09-07 Christophe Chauvet... [FIX] Export : Error solved while Exporting O2M records...
2009-09-01 Cédric Krier[FIX] Security Loophole corrected
2009-08-28 Fabien Pinckaersmodifs
2009-08-27 Jay (Open ERP)[FIX] Functional fields with M2O relation can be printe...
2009-08-26 Harry (Open ERP)[FIX] import: support "<rel_field>:db_id" , better...
2009-08-20 Fabien Pinckaers[IMP] Speed impprovement: 2x faster for flow: sale...
2009-08-19 Christophe Simonis[FIX] avoid crash...
2009-08-19 Christophe Simonis[FIX] fields_get check access aginst write or create...
2009-08-19 fabian[IMP] Speed improvement in creation of records (4 time...
2009-08-18 Christophe Simonis[FIX] import of boolean fields in csv files.
2009-08-18 Jay (Open ERP)[RECOMMIT] Recommitting the patch for multilevel _inher...
2009-08-12 husen daudiRevert bad commit
2009-08-12 Christophe Simonis[MERGE]
2009-08-12 husen daudi[FIX] _inherits search behaviour
2009-08-11 Christophe Simonis[FIX] ensure sys is imported
2009-08-11 Jay (Open ERP)[FIX] _inherits was misbehaving on search
2009-08-10 Christophe Simonis[FIX] pass the context to check method of 'ir.model...
2009-08-10 Christophe Simonis[FIX] disallow the deletion of records set as default...
2009-08-07 Christophe Simonis[MERGE]
2009-08-07 Christophe Simonis[FIX] increase size of field "name" of ir.model.data
2009-08-07 Jay (Open ERP)[FIX] Context passed on copy()
2009-08-04 Jay (Open ERP)[FIX] default_xxx in context was passed to relational...
2009-08-03 RPA(OpenERP)[FIX]Importation problem for bool fields corrected
2009-07-31 ACH(OpenERP)[FIX] ir_model_data : SQL_Constraint failure covered
2009-07-30 AME(Tiny/Axelor)[FIX] Expression calculation for Datetime Corrected
2009-07-27 Jay (Open ERP)[FIX] Corrected bug of expression calculation in previo...
2009-07-24 Olivier Laurent[FIX] sql expression: in search, add the time part...
2009-07-23 Jay (Open ERP)[FIX] Importation problem corrected for unicode.
2009-07-16 Christophe Chauvet... [FIX] Import : context provided for language translation
2009-07-14 Harry (Open ERP)[FIX] export window : use context for import compatable...
2009-07-14 Harry (Open ERP)[IMP] import/export : added Database ID, ID
2009-07-08 Jvo,Uco[Fix] CSV Import : Accepting 'Value' of selection field...
2009-07-07 Jay,Uco[FIX] Property : Removed old referenced values from...
2009-07-06 Jay (Open ERP)[FIX] Expression calculation(Query making) corrected...
2009-07-03 ACH(OpenERP)[FIX] CSV Export : null values handled
2009-07-03 ACH,JVO[FIX] Export will consider float values as float and...
2009-07-01 YSA,VRA[FIX] ir_translation : corrected entry insertion when...
2009-06-30 Joël Grand-Guillau... [FIX] Character Truncation problem on updation solved
2009-06-26 Jay (Open ERP)[FIX] SQL Constraint failure error on particular record...
2009-06-22 Fabien Pinckaersmerge
2009-06-19 Fabien Pinckaersmerge
2009-06-19 Fabien Pinckaers[IMP] better error message
2009-06-19 Jay (Open ERP)[IMP] default_xx in context isuue
2009-06-17 Christophe Chauvet[FIX] ORM: Defult_field name in context belongs to...
2009-06-16 Stephane Wirtel[MERGE]
2009-06-16 Stephane Wirtel[FIX] fields.related (m2o poiting to M2M/O2M should...
2009-06-16 Jay (Open ERP)[IMP] Temporarily commented exception for browse record...
2009-06-10 Christophe Simonis[FIX] browse_record: raise a better exception when...
2009-06-09 Fabien Pinckaers[FIX] Bugfix translations and float/int format in reports
2009-06-01 Fabien Pinckaersbugfix_lang_notavailabel
2009-05-27 Christophe Simonis[FIX] expression: correct the generated sql in case...
2009-05-13 Jay (Open ERP)[FIX] Expression : query handling problem
2009-05-13 Jay (Open ERP)[FIX] DB will save False Valuesfor booleans
2009-05-13 Jay (Open ERP)Expression checking corrected
2009-05-11 Jay (Open ERP)[Fix] Bug 372706 : Domains for Booleans(False and Null...
2009-04-28 Christophe Simonis[FIX] allow to use server-side domains with widget...
next