[FIX] fields.related with store attributue should follow DB search.
[odoo/odoo.git] / bin / osv / expression.py
2010-12-23 Dukai Gabor[FIX] fields.related with store attributue should follo...
2010-10-29 Jay (OpenERP)[FIX] Search on property field should not crash,it...
2010-10-06 Anup,Jay[FIX] Expression : Corrected operator handling for...
2010-07-29 ACH(OpenERP)[FIX] Expression : Support for M2O with in,not in opera...
2010-06-02 Anup(OpenERP)[FIX] Made search() working for multilevel _inherits
2010-03-16 Christophe Simonis[FIX] bin/osv/*: avoid (potential) sql injections
2010-02-22 Jay (Open ERP)[FIX]Expression.py corrected when M2O search returns...
2010-02-02 Jay (Open ERP)[FIX] Search made working for function/related fields...
2010-01-19 Jay (Open ERP)[FIX] Expression : Domain calculation of M2M/O2M corrected
2010-01-08 Jay (Open ERP)Domain evaluation : Conditions like [(field,'in',[...
2010-01-05 Jay (Open ERP)[FIX] Search : searching translated fields made possibl...
2009-11-23 ACH(OpenERP)[FIX] Expression : Making search easier for 'child_of...
2009-10-22 Jay (Open ERP)[FIX] Expression : domain calculation failes, max....
2009-10-19 Fabien Pinckaers[FIX] recursive calls
2009-10-19 Fabien Pinckaers[FIX] recursive child_of on one2many and many2many
2009-10-08 Jay (Open ERP)[FIX] Domain was getting failed when trying to work...
2009-08-18 Jay (Open ERP)[RECOMMIT] Recommitting the patch for multilevel _inher...
2009-08-12 husen daudiRevert bad commit
2009-08-12 husen daudi[FIX] _inherits search behaviour
2009-08-11 Jay (Open ERP)[FIX] _inherits was misbehaving on search
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-06 Jay (Open ERP)[FIX] Expression calculation(Query making) corrected...
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)Expression checking corrected
2009-05-11 Jay (Open ERP)[Fix] Bug 372706 : Domains for Booleans(False and Null...
2009-02-17 Christophe Simonis[FIX] bugfix child_of in expressions (to backport to...
2009-01-22 Fabien Pinckaersbugfix
2009-01-21 Olivier Laurent* fixed bad indentation
2009-01-19 dsh (Open ERP)Changes for etiny-unicode expression
2009-01-15 Fabien Pinckaersbugfixes
2009-01-04 Stephane Wirtel[IMP] Update the copyright to 2009
2008-12-10 Christophe Simonis[MERGE]
2008-12-09 Christophe Simonis[FIX] psycopg2: in queries we must now use %s everywher...
2008-12-09 Fabien Pinckaersimproved_related
2008-11-03 Christophe Simonispassing in GPL-3
2008-10-27 Fabien Pinckaerspush
2008-10-14 Christophe Simonisdomains: allow None to be passed as right operand of...
2008-10-07 Olivier Laurentpep8
2008-09-09 Harshad Modifix bugs on searching : pass limit=None, set it as...
2008-09-02 Fabien PinckaersImprovements
2008-08-28 qdp*bugfix
2008-08-25 Fabien PinckaersBugfixes
2008-08-19 Fabien PinckaersBugfixes in Expression
2008-08-19 Fabien PinckaersFix From C2C:
2008-08-19 Fabien PinckaersBugfix ORM _inherits
2008-08-18 Christophe Simonisexpression: bugfix with many2many fields
2008-08-18 Christophe Simonisbugfix with internal leafs of expressions
2008-08-18 Fabien PinckaersBugfix in Expression
2008-08-18 Christophe Simonisfix expression: inselect is only usable internally
2008-08-17 Fabien PinckaersSpeed Improvement:
2008-08-16 Fabien PinckaersBugfixes
2008-08-15 Stephane Wirtelmerge
2008-08-14 Fabien PinckaersSpeed Improvement:
2008-08-14 Stephane Wirtelbugfix with the working table in an expression
2008-08-14 Christophe Simonisbugfix: change variable usage
2008-08-14 Christophe Simonismodify the expression parser to use a (more) real polis...
2008-08-13 Jay VoraBugfix:expression.py:Added condition for a list with...
2008-08-12 Olivier Laurentpep8
2008-08-12 Olivier LaurentBugfix: a dot was missing: self__operator -> self.__ope...
2008-08-07 Jay VoraBugfix:Solved the problem of expression conversion...
2008-08-06 Amit MendaparaSuport for `!=` operation for domain expression.
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