move, rename and refactor use of ID_MAX
[odoo/odoo.git] / bin / osv / orm.py
2008-08-05 Christophe Simonismove, rename and refactor use of ID_MAX
2008-08-05 Christophe Simonisremove commented code
2008-08-04 Christophe Simonismove domain parsing into expression class
2008-07-29 Stephane Wirteluseless variable
2008-07-28 Stephane Wirtelrefactoring
2008-07-28 Stephane Wirtelrefactoring
2008-07-24 Joel Grand-GuillaumeFix truncated string in DB when update server and field...
2008-07-23 Christophe Simonismerge
2008-07-23 Christophe Simonisadd encoding comment and vim comment
2008-07-23 Christophe Simonisbugfix: original constraint message is showed when...
2008-07-22 Christophe Simonisconvert tabs to 4 spaces
2008-07-22 Christophe Simonismerge
2008-07-16 Fabien PinckaersSpeed Improvement on Every Operation:
2008-07-15 Christophe Simonisallow the translation of the constraints
2008-07-09 Fabien PinckaersAccess Rights
2008-07-08 Christophe Simonis* translation of nearly all exceptions
2008-07-08 Mantavya GajjarRemove the Development that done for the user wise...
2008-07-07 Mantavya GajjarSmall changes according to the E-Tiny for View Customiz...
2008-07-01 Mantavya GajjarSmall change, According to the E-Tiny Requirenments
2008-07-01 Fabien PinckaersBugfix
2008-06-30 Fabien PinckaersImprovements in reporting
2008-06-30 Fabien PinckaersImprovement in translation system
2008-06-30 Fabien PinckaersImprovements
2008-06-26 Mantavya GajjarRemove Comment from the __init__ method
2008-06-25 Mantavya GajjarChange fields_view_get definition to get the View Accor...
2008-06-24 stwsupport for not like and not ilike
2008-06-20 Fabien PinckaersBugfix
2008-06-18 Fabien PinckaersUppercase in SQL words
2008-06-18 Fabien PinckaersBugfix
2008-06-17 Fabien PinckaersImprovements inmenus
2008-06-16 stwadd the copyright
2008-06-16 stwadd the svn:keywords Id on all .py, .xml, .bat
2008-06-15 Fabien PinckaersRemoved print statement
2008-06-15 Fabien PinckaersImprovements and bugfixes
2008-06-15 Fabien PinckaersLots of modifs
2008-06-14 Fabien PinckaersImprovements
2008-06-05 qdp*bugfix: previously, we haven't ever checked whether...
2008-05-28 Fabien PinckaersBugfix for creating new fields
2008-05-27 Fabien PinckaersBugfix
2008-05-27 Fabien PinckaersBugfixes
2008-05-27 Fabien PinckaersModifs
2008-05-26 Fabien PinckaersBugfix: sql injection
2008-05-21 Mantavya Gajjarfew changes in to the orm for the write method acl
2008-05-21 Mantavya GajjarImplement features for
2008-05-20 qdp*added the possibility to define graph view into the...
2008-05-15 qdpadded changes on store functionality:
2008-04-28 Fabien PinckaersModifs
2008-04-24 Mantavya Gajjarsmall bug fix for the write method for security
2008-04-17 Fabien PinckaersBugfix
2008-04-17 Fabien PinckaersREmoved old comments
2008-04-17 Fabien PinckaersBugfix
2008-04-17 Fabien PinckaersBugfix
2008-04-17 Fabien PinckaersBugfix
2008-04-16 Fabien PinckaersCreating new objects
2008-04-16 Mantavya Gajjaradd groups checking code in def write
2008-04-10 Mantavya Gajjarsolve inselect error
2008-04-09 Mantavya GajjarAdd 'not in' operator functionality in where_calc function.
2008-04-02 Mantavya Gajjarsearch on function field whenn store = true.
2008-04-02 Mantavya Gajjarimprove search on function field.
2008-03-26 Fabien PinckaersImprovement for addind new fields
2008-03-26 Fabien PinckaersImprovements to create new fields
2008-03-26 Mantavya GajjarSmall change
2008-03-26 Mantavya GajjarSmall change
2008-03-26 Mantavya GajjarSmall change
2008-03-25 Mantavya Gajjaroptimised the code for button signal check for the...
2008-03-25 Mantavya Gajjarimplement to check the buttons which is related to...
2008-03-25 Mantavya GajjarImplement group attribute on fields element
2008-03-19 Fabien Pinckaerssmall bugfix for better error message when import crash
2008-03-03 Amit Mendaparaimproved default calendar view (colors, date_stop,...
2008-02-24 Fabien PinckaersModifs
2008-01-29 cedFix max_stack_depth by adding internal inselect clause
2008-01-07 cedFix enconding 'utf-8' of xml view
2007-12-31 cedFix ondelete on many2one
2007-12-27 Fabien PinckaersAdded comment line
2007-12-27 Fabien PinckaersAccepting XPath queries in view inheritancies
2007-12-24 cedAdd update domain on view field by the domain of the...
2007-12-24 cedRemove lower for test of existing field
2007-12-13 cedFix max_stack_depth for sql query with 'id in ()' in...
2007-12-12 cedAdd property value in default_get function as it is...
2007-12-06 cedAdd search on one2many for list of ids
2007-11-26 cedImprove test on field reference for selection value
2007-11-26 cedAllow to translate en_US language (custom)
2007-11-21 cedFix store on field function that are type of many2one...
2007-11-21 cedInit variable before use
2007-11-20 cedFix search count
2007-11-02 Fabien PinckaersBugfix Default Value on Product
2007-10-31 cedFix default values:
2007-10-30 cedRollback transaction if any warning is generated when...
2007-10-30 cedFix default calendar view
2007-10-25 cedFix export data for xxx2many with multiple levels
2007-10-24 cedFix default value for xxx2many field
2007-10-24 cedFix import csv for selection field when keys are integer
2007-10-24 cedImprove translation
2007-10-19 cedAdd warning if not finding many2many relation
2007-10-17 cedFix default value when ids is no more in the DB.
2007-10-16 cedFix import data for selection field where selection...
2007-10-08 cedDon't strip \n because python dom doesn't work well
2007-10-07 Fabien PinckaersSetting _view_look_dom_arch as not private
2007-10-05 cedFix typo
2007-10-05 cedRemove order_by for search_count
next