[FIX] Avoid to update a field if this one is not stored
[odoo/odoo.git] / bin / osv / orm.py
2010-12-20 Stephane Wirtel[FIX] Avoid to update a field if this one is not stored
2010-12-08 Anup (OpenERP)[FIX] Fixed the read() method in orm_memory
2010-11-16 Anup (OpenERP)[FIX] Exportation fixed for o2m and m2m
2010-11-11 Jay (OpenERP)[FIX] Auto_init : correction for store functionality...
2010-10-12 Sébastien BEAU ... [FIX]Speed improvement : Call of write() should go...
2010-09-29 Jay (OpenERP)[FIX] Import : multiple O2M import corrected
2010-09-27 Jay (OpenERP)[FIX] Export : Corrections for exportation of relationa...
2010-09-22 Jay (OpenERP)[REVERT] A fix for orphan _inherits record for read...
2010-09-09 Anup (OpenERP)[FIX] _read_flat method corrected
2010-09-08 Raphael Valyi[FIX] orm: properly handle unicode values returned...
2010-09-08 Jay (OpenERP)[FIX] read : if referenced record is not found,read...
2010-09-06 Jay (OpenERP)[FIX] Custom field may not be found on the first go
2010-09-03 Jay (OpenERP)[FIX] read() should never return [] if fields are not...
2010-09-02 Stephane Wirtel[IMP] Backport the safe_eval function from the trunk...
2010-06-23 Olivier Dony[FIX] orm: correct computation of parent_store for...
2010-06-23 Olivier Dony, Jay... [FIX] orm: proper recursive copy of translations throug...
2010-06-22 Borja López Soilán... [MERGE] orm: fix parent_store computation when previous...
2010-06-18 Anup (OpenERP)[FIX] Regression Corrected for single level _inherits.
2010-06-02 Anup(OpenERP)[FIX] Made search() working for multilevel _inherits
2010-06-01 Stephane Wirtel[MERGE] Merge the branch with the security fixes for...
2010-05-26 olt@tinyerp.com[FIX] orm: raise NotImplementedError instead of strings
2010-05-18 Borja L.S.[FIX] osv: Fix parent_store computation
2010-05-18 olt@tinyerp.com[FIX] orm: '== None' -> 'is None'
2010-05-18 Stephane Wirtel[MERGE] Include a security branch to remove the possibl...
2010-04-16 Jay (Open ERP)[FIX] _store_function dictionary should get updated...
2010-04-15 Jay (Open ERP)[FIX] Copy() of ir_model_fields corected
2010-04-15 Stephane Wirtel[FIX] Raise a detailed exception if the record does...
2010-04-02 Jay (OpenERP)[FIX] Behaviour of fields.related corrected for copy...
2010-03-31 Stephane Wirtel[REVERT] This patch only works for trunk but has not...
2010-03-31 Jay (Open ERP)[FIX] Behaviour of fields.related corrected for copy...
2010-03-22 Jay (Open ERP)[FIX] Export : Correction made when selection field...
2010-03-16 Christophe Simonis[FIX] orm: errors with list/tuple concatenation
2010-03-16 Christophe Simonis[FIX] bin/osv/*: avoid (potential) sql injections
2010-03-15 olt@tinyerp.com[FIX] fixed a bug in copy_data: it now copies the origi...
2010-03-12 Anup(OpenERP)[FIX] Export should honor the current locale(language...
2010-03-09 Jay (Open ERP)[FIX] Import : Any exception should be raised in well...
2010-03-03 Albert Cervera i... [FIX] Exploit Broken : Search should have checked...
2010-02-25 Christophe Simonis[IMP] orm: allow import and record creation to defer...
2010-02-18 ACH,JVO[FIX] Export translations + Cache on translations ...
2010-02-18 Christophe Simonis[FIX] orm: ensure the cursor is valid before computing...
2010-02-18 Jay (Open ERP)[FIX] Default_get : fields of _inherits for default...
2010-02-16 Jay (Open ERP)[FIX] Fixed error notification on parent_store=true...
2010-02-15 Jay (Open ERP)[FIX] Fields.function : if store={}/True is removed...
2010-02-10 Jay (Open ERP)[FIX] Fields : Only one2many fields can have relation_f...
2010-02-09 Jay (Open ERP)[FIX] Fields : relational field was not getting written...
2010-02-09 Jay (Open ERP)[FIX] Custom fields won't disturb anything while updati...
2010-02-09 Jay (Open ERP)[FIX] Browse with _inherits issue fixed if more than...
2010-02-04 Jay (Open ERP)[FIX] default_FIELD from context should not overwrite...
2010-02-03 Jay (Open ERP)[FIX] Allowed SQL reserved keywords to be used in _orde...
2010-02-02 Christophe Simonis[FIX] orm: bug when browsing _inherits object
2010-02-02 Jay (Open ERP)[FIX] Ir_values : reading of default values correted
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-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...
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-02 Xavier Morel[fix] use env for python shebang rather than hardcoding...
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-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-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 YSA,JVO[FIX] Export : Selection field gets imported by its...
2009-10-19 Fabien Pinckaers[FIX] recursive calls
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-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-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-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...
next