[MERGE] OPW 578099: ir.filters should be translated according to the user language
[odoo/odoo.git] / bin / osv / osv.py
2012-04-03 Xavier ALT[FIX] orm: force copy of float fields on object instanc...
2011-05-25 Vo Minh Thu[FIX] osv: don't _inherit _custom fields.
2011-01-17 P. Christeas[FIX] osv: _constraints can be inherited by redefining...
2010-12-14 Olivier Dony[FIX] osv.osv: fixed reference to osv pool, broken...
2010-12-13 Christophe Simonis[IMP] osv: the object pool is not a service anymore
2010-11-24 Olivier Dony[FIX] osv.osv: code cleanup after merging previous...
2010-11-18 P. ChristeasOSV: a lint check fix
2010-11-18 P. ChristeasOSV: Fix callable _sql_constraint messages
2010-11-18 P. Christeasosv: Improve the translation logic for the osv.check...
2010-09-16 Olivier Dony[IMP] osv: broader error messages when constraint viola...
2010-09-09 Anup (OpenERP)[FIX] _read_flat mehthod corrected
2010-09-08 Olivier Dony[REVERT] incorrect patch to tools.translate - not yet...
2010-09-08 Anup (OpenERP)[FIX] message of _sql_constraint is being translated now
2010-08-24 Olivier Dony[IMP] orm: improve error message when NOT NULL constrai...
2010-06-12 Fabien Pinckaersremoved print statement
2010-06-12 Fabien Pinckaers[FIX] null properties
2010-06-09 Stephane Wirtel[IMP] Change the message for the developer if the rpc...
2010-05-21 OpenERP R&D Framew... [MERGE] osv: improved user-friendly error message for...
2010-05-21 Olivier Dony[IMP] osv: improved user-friendly error message for...
2010-05-19 rgaImprove integrity error message
2010-05-11 Anup (OpenERP)[FIX] _constraints : Multiple constraints on the same...
2010-04-02 nch@tinyerp.com[FIX]: missing import logging
2010-04-01 Olivier Dony[IMP] spellchecked error messages and made logging...
2010-03-09 RVO(OpenERP)Web-services: do not allow to call methods that starts...
2010-02-16 HDA (OpenERP)Merged with stable
2010-02-04 Christophe Simonis[IMP] osv: log (in debug) access errors
2010-01-12 Xavier Morel[fix] extra whitespace on line-ends
2010-01-12 Xavier Morel[fix] access to forgotten character
2010-01-12 Christophe Simonis[FIX] osv: _name is mandatory in case of multiple inher...
2010-01-12 Christophe Simonis[FIX] correct class name in case of multiple inheritance
2010-01-12 Harry (Open ERP)[FIX] orm : fixed bug after imporved stuff of hasattr
2010-01-03 Xavier Morel[imp] replace hasattr-base attribute selection by getattrs
2009-12-17 Xavier Morel[fix] mixed inheritance between osv and osv_memory...
2009-12-17 Fabien Pinckaers[imp] multiple inheritancies
2009-12-17 Fabien Pinckaersmultiple inheritancies
2009-11-28 Harry (Open ERP)[merge] merge from lp:~openerp/openobject-server/5.0/
2009-11-26 Harry (Open ERP)[FIX] orm, osv: change copyright with AGPL
2009-11-05 HDA (OpenERP)Merge and bugfixes from jvo
2009-10-20 pap(openerp)Changed encoding to coding ref: PEP: 0263
2009-09-17 HDA (OpenERP)[Merged]
2009-08-29 P. Christeas[MAJOR IMP] Rewrite the http/RPC engine and let HTTP...
2009-08-28 Fabien Pinckaersmodifs
2009-08-11 Christophe Simonis[FIX] ensure sys is imported
2009-01-07 Christophe Simonis[FIX] when a module can not be loaded, the pool is...
2009-01-05 Stephane Wirtel[REF] Clean the old code
2009-01-04 Stephane Wirtel[IMP] Update the copyright to 2009
2009-01-03 Christophe Simonis[IMP] prevent to use the pool remotely while the databa...
2008-12-14 Fabien Pinckaersimprovements_bugfixes
2008-12-13 Fabien Pinckaersbugfix_cache_speed_improvement_store
2008-12-10 Stephane Wirtel[IMP] Update the logging of the error in the osv module
2008-12-08 Christophe Simonis[IMP] use psycopg2 instead of psycopg1
2008-11-27 Stephane Wirtel[IMP] Improve the logging from the Object Service
2008-11-23 Fabien Pinckaersimprove
2008-11-03 Christophe Simonispassing in GPL-3
2008-10-22 Fabien Pinckaersmodifs
2008-10-07 Olivier Laurentpep8
2008-08-19 Fabien PinckaersFix From C2C:
2008-08-19 Fabien PinckaersBugfix
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-13 Christophe Simonisosv.py come back
2008-08-12 Olivier Laurentpep8
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-07-16 Fabien PinckaersSpeed Improvement (removed inherit checks)
2008-07-16 Fabien PinckaersSpeed Improvement on Every Operation:
2008-06-25 Christophe Simonisfix error in python < 2.5
2008-06-17 Fabien PinckaersBugfix
2008-06-16 stwadd the copyright
2008-06-15 Fabien PinckaersImprovements and bugfixes
2008-06-15 Fabien PinckaersLots of modifs
2008-06-14 Fabien PinckaersImprovements
2008-05-15 qdpadded changes on store functionality:
2008-04-16 Fabien PinckaersCreating new objects
2008-03-26 Fabien PinckaersImprovements to create new fields
2007-11-26 cedAllow to translate en_US language (custom)
2007-09-05 cedImprove exception: don't log exception_{osv, orm, wizard}
2007-08-10 cedimprove error message when calling osv with bad object...
2007-08-09 cedfix multi-db bug from workflow
2007-07-23 cedkernel: don't use mutable as default value in function...
2007-07-04 cedkernel: fix initialisation of class
2007-04-23 cedMULTI_COMPANY_ACCOUNT, ACCOUNT, KERNEL, SALE, PURCHASE...
2007-04-12 cedKERNEL: remove old inheritor and add _constraints and...
2007-01-25 bchDebug in the inheritance mechanism
2007-01-17 bchORM : debug : error message on python constraints are...
2007-01-15 cedKERNEL: fix pooler netsvc for multi-db
2006-12-11 cedFix osv_pool for instance
2006-12-07 pinkyNew trunk