Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / openerp / osv / expression.py
2014-11-04 Raphael Collet[IMP] use model._fields instead of model._all_columns...
2014-10-30 Raphael Collet[FIX] fields: make field.store=False on old-style funct...
2014-10-16 Raphael Collet[IMP] expression.py: add a check to forbid records...
2014-07-06 Raphael Collet[MERGE] new v8 api by rco
2014-06-25 Christophe Simonis[MERGE] forward port of branch 7.0 up to 4bfcbb2
2014-06-24 Mohammed ShekhaServer Translation: Fixed the issue search on translate...
2014-04-15 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5281...
2014-04-09 jba[FIX] expression: when evaluatoing *like operator,...
2014-04-04 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5274...
2014-04-04 Christophe Simonis[IMP] expression: new helper for generating unaccent...
2014-04-04 Olivier Dony[FIX] domain parsing: better heuristic when a domain...
2014-04-03 Christophe Simonis[FIX] expression: do not double quote column names
2014-04-02 Christophe Simonis[FIX] expression: translated search as params are flatt...
2014-04-03 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5270... saas-2
2014-04-03 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5025...
2014-04-02 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5024...
2014-03-31 Christophe Simonis[FIX] expression: use unaccent() for translated search
2014-02-06 Christophe Simonis[MERGE] forward port of branch 7.0 up to revid 5224...
2014-01-29 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5006...
2014-01-27 Martin Trigaux[FIX] expression: do not look at translation in parse...
2014-01-15 Christophe Simonis[MERGE] forward port of branch saas-2 up to revid 5002...
2014-01-08 Denis Ledoux[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2014-01-08 Christophe Simonis[FIX] expression: allow exclusion of records with trans...
2014-01-07 Christophe Simonis[FIX] expression: allow exclusion of records with trans...
2013-11-04 Quentin (OpenERP)[FIX] expression.py: when searching on a datetime field...
2013-10-03 Raphael Collet[FIX] expression: in nodes like (left, 'in', right...
2013-08-20 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-07-19 Christophe Simonis[FIX] expression: a valid leaf must have a non empty...
2013-06-05 Mohammed Shekha[FIX]Fixed the issue of search on tranlsated field...
2013-05-28 Thibault Delavallée[FORWARD] Forward port of server 7.0 until revision...
2013-05-14 Martin Trigaux[IMP] clean permissions and shebang in files
2013-04-24 Xavier Morel[MERGE] from trunk because ???
2013-04-23 Christophe Simonis[MERGE] forward port of server v7 up to revision 4954
2013-04-23 Christophe Simonis[FIX] expression: allow creating child_of expression...
2013-04-23 Tejas TankMerged Latest.
2013-04-11 Raphael Collet[MERGE] from trunk
2013-04-04 Vo Minh Thu[MERGE] forward merge 7.0 until revision 4919.
2013-03-29 Raphael Collet[IMP] replace all tests like 'registry.get(X)' by ...
2013-03-21 Olivier Dony[FIX] orm.expression: `=?` domain operator broken after...
2013-03-06 Quentin (OpenERP)[IMP] expression.py: added a clue to debug fuzzy traceb...
2013-02-12 Vo Minh Thu[REM] Deleted .apidoc lines.
2012-12-17 Raphael Collet[FIX] expression: avoid delitem on a tuple
2012-12-14 Xavier Morel[FIX] incorrect docstrings or docstring param names...
2012-12-14 Xavier Morel[REM] unnecessary parens
2012-12-07 Thibault Delavallée[IMP] Added an assert on the alias length.
2012-12-07 Thibault Delavallée[CLEAN] Query: cleaned a bit the code. All joins now...
2012-12-07 Thibault Delavallée[CLEAN] expression.py: cleaned and added comments,...
2012-12-07 Thibault Delavallée[IMP] [WIP] order_by: now using aliases in _generate_or...
2012-12-06 Thibault Delavallée[IMP] [CLEAN] [REVIEW] expression: udpated domain manag...
2012-12-06 Thibault Delavallée[IMP] [REVIEW] _auto_join on many2many now raises a...
2012-12-06 Thibault Delavallée[IMP] [CLEAN] [REVIEW] field._properties -> isinstance...
2012-12-04 Thibault Delavallée[IMP] expression.parse: added the support of domain...
2012-12-04 Thibault Delavallée[REF] [IMP] expression.parse: refactored the main parsi...
2012-11-29 Thibault Delavallée[IMP] expression.parse: added some asserts about non...
2012-11-28 Thibault Delavallée[FIX] expression.parse: fixed indentation error prevent...
2012-11-28 Thibault Delavallée[IMP] expression.py: added support of _auto_join in...
2012-11-27 Thibault Delavallée[IMP] expression: replaced field paths now use an alias...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: self.__exp -> self.exp, because...
2012-11-27 Thibault Delavallée[IMP] expression.parse: improved code about extracting...
2012-11-27 Thibault Delavallée[IMP] [DOC] expression.py: renamed field_obj to relatio...
2012-11-27 Thibault Delavallée[IMP] expression.py: _leaf_to_sql now uses a table_alia...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: table_aliases now holds a list...
2012-11-27 Thibault Delavallée[CLEAN] expression.py: renamed some variables of expres...
2012-10-18 Olivier Dony[FIX] expression: negative operators (e.g. NOT IN)...
2012-09-28 Xavier Morel[DOC] fixes and cleanups
2012-08-02 Xavier Morel[IMP] add more information when searching on a non...
2012-08-02 Xavier Morel[IMP] error-level log when non-stored function field...
2012-01-24 Vo Minh Thu[IMP] openerp.{modules,osv}: _logger with fully qualifi...
2012-01-19 Olivier Dony[FIX] expression: properly care for implicitly defined...
2011-11-09 Vo Minh Thu[IMP] typo.
2011-10-11 Olivier Dony[FIX] expression: proper handling of empty string in...
2011-10-05 Vo Minh Thu[FIX] expression: we dont add any restriction on the...
2011-10-05 Yogesh (OpenERP)[MERGE]
2011-10-05 Yogesh (OpenERP)[MERGE]
2011-10-05 Yogesh (OpenERP)[MERGE] Merge wtih trunk server upto revision no 3722.
2011-09-24 Olivier Dony[MERGE] no-op merge of trunk, discarding osv-memory...
2011-09-24 Olivier Dony[FIX] orm,expression: special-case previous commit...
2011-09-24 Olivier Dony[FIX] orm,expression: sanity checks for domain terms...
2011-09-23 Vo Minh Thu[FIX] It is possible to mention an undeclared column...
2011-09-22 Olivier Dony[IMP] orm: minor cleanup: avoid duplicate functions...
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-22 Olivier Dony[MERGE] unaccent support + domain parsing cleanup/impro...
2011-09-22 Olivier Dony[IMP] expression: fix [(o2m,not in,...)] domains, re...
2011-09-21 Olivier Dony[MERGE] sync latest trunk, including fixes for =like...
2011-09-21 Olivier Dony[IMP] minor cosmetic changes to improve readability...
2011-09-21 Olivier Dony[FIX] osv.expression: fix =like/=ilike operators, broke...
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-20 Vo Minh Thu[MERGE] expression: support for =like/=ilike.
2011-09-19 Olivier Dony[FIX] orm: quote column names in queries to respect...
2011-08-12 Vo Minh Thu[REF] osv: removed orm_memory, adapted the distinguishe...
2011-08-11 Vo Minh Thu[IMP] unaccent: support for the postgres unaccent contr...
2011-08-11 Vo Minh Thu[REF] expression: comments, minor changes.
2011-08-10 Vo Minh Thu[IMP] expression: some more tests pass with the correct...
2011-08-10 Vo Minh Thu[FIX] expression: better semantic for in/not in w.r...
2011-08-10 Vo Minh Thu[REF] expression: normalize the operator w.r.t. the...
2011-08-10 Vo Minh Thu[REF] expression: unnecessary code in parse() because...
2011-08-10 Vo Minh Thu[FIX] expression: the <> can be part of leaves (before...
2011-08-10 Vo Minh Thu[FIX] expression: better handling of []/False with...
2011-08-10 Vo Minh Thu[FIX] expression: perform a check on domain after the...
2011-08-09 Vo Minh Thu[REF]: expression: simplified <> into != in a pre-step,
next