[FIX] expression: allow exclusion of records with translated fields
[odoo/odoo.git] / openerp / osv / expression.py
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...
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,
2011-08-09 Vo Minh Thu[REF] expression: cleaning.
2011-07-26 Vo Minh Thu[REF] expression: cosmetic changes.
2011-07-26 Vo Minh Thu[IMP] expression: added a small comment.
2011-07-26 Vo Minh Thu[REF] cosmetic change.
2011-07-26 Vo Minh Thu[IMP] expression: make one more assert pass in expressi...
2011-07-26 Vo Minh Thu[REF] expression: splitted execute_recursive_in() in...
2011-07-26 Vo Minh Thu[IMP] expression: added some tests.
2011-07-25 Vo Minh Thu[IMP] expression: some tests, some cleaning, and a...
2011-07-22 Vo Minh Thu[REF] expression: instanciating an expression now ...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-06-24 Olivier Dony[MERGE] sync with trunk
2011-06-24 Vo Minh Thu[MERGE] expression: all child_of cases can accept the...
2011-06-23 P. ChristeasAPI docs: settings file and titles at modules
2011-06-10 Nimesh (Open ERP)add yml test-case for =like and =ilike operator
2011-06-08 Naresh (OpenERP)[IMP]:naming convention and added test for id,ids
2011-06-03 Yogesh (OpenERP)Improve code.
2011-06-03 Yogesh (OpenERP)[FIX] fix problem of search multiple conditions O2M...
2011-05-31 Olivier Dony[IMP] ir.rule,expression: merged improved rule computat...
2011-05-26 Naresh (OpenERP)[FIX,REF]:does not support hierarchy:M2O,O2M,M2M also...
2011-05-18 Naresh (OpenERP)[FIX]:filtering does not support hierarchy
2011-03-24 Olivier Dony[FIX] ir.rule,expression: domain expressions must be...
2011-02-07 Vo Minh Thu[IMP] openerp python module.