[FIX] bugfix child_of in expressions (to backport to 5.0 branch if no bug is reported)
[odoo/odoo.git] / bin / osv / expression.py
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