[REM] python25-compat
[odoo/odoo.git] / openerp / osv /
2011-09-24 Antony Lesuisse[MERGE] trunk
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[MERGE] unaccent support + domain parsing cleanup/impro...
2011-09-22 Xavier Morel[IMP] use same fieldpath-splitting function in data_imp...
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-20 Vo Minh Thu[MERGE] orm: better exception messsages.
2011-09-19 Olivier Dony[FIX] orm: quote column names in queries to respect...
2011-09-19 Olivier Dony[MERGE] refactoring: view inheritance query moved to...
2011-09-20 Vo Minh Thu[MERGE] orm: properly handle multi-level _inherits.
2011-09-19 Naresh (OpenERP)[MERGE FROM TRUNK]
2011-09-19 Olivier Dony[FIX] orm: refactoring and fix of stored functions...
2011-09-18 sebastien beau[REF] refactor code in order to add the possibility...
2011-09-15 Vo Minh Thu[MERGE] fields: correct (5,_) operation on many2many...
2011-09-15 Vo Minh Thu[MERGE] orm: convert exception to unicode.
2011-09-16 Vo Minh Thu[MERGE] orm: export boolean values as strings, even...
2011-09-13 Olivier Dony[FIX] orm: avoid passing undefined context in browse_re...
2011-09-13 Olivier Dony[IMP] browse_record: getattr method execution propagate...
2011-09-12 Olivier Dony[IMP] orm.name*: better docstrings
2011-09-12 Olivier Dony[MERGE] latest trunk
2011-09-12 Naresh (OpenERP)[FIX]:problem when coping the _inherits record the...
2011-09-09 Olivier Dony[IMP] orm,orm_memory: more consistent implementations...
2011-09-09 Vo Minh Thu[MERGE] merged trunk.
2011-09-06 Olivier Dony[FIX] fields.function: type=binary: workaround for...
2011-09-06 Olivier Dony[MERGE] latest trunk
2011-09-01 Vo Minh Thu[MERGE] merged trunk.
2011-08-31 Xavier Morel[FIX] issue in splitting field paths for export: would...
2011-08-30 Vo Minh Thu[IMP] simplified cache implementation (and stored on...
2011-08-27 Antony Lesuisse[MERGE] trunk
2011-08-26 Olivier Dony[FIX] registry: use a unique list of models to load...
2011-08-26 Vo Minh Thu[MERGE] merged trunk.
2011-08-26 Naresh (OpenERP)[FIX]:_inherits for multilevel inheritence
2011-08-25 Vo Minh Thu[IMP] tools.cache: added missing clean_caches_for_db...
2011-08-25 Xavier Morel[FIX] fnct_inv in client actions params, fix docstring...
2011-08-24 Antony Lesuisse[FIX] orm ir.translation get_source to use positional...
2011-08-24 Antony Lesuisse[MERGE] trunk
2011-08-23 Vo Minh Thu[MERGE] merged trunk.
2011-08-23 tfr(OpenERP)[FIX]:import boolean fields
2011-08-19 Olivier Dony[MERGE] latest trunk
2011-08-18 Olivier Dony[IMP] fields.function: don't wrap int values unless...
2011-08-17 gpa[FIX] Fixed problem of unlink tuple (5) in many2many
2011-08-11 Antony Lesuisse[FIX] get rid of unsued menus and submenu
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 Olivier Dony[MERGE] latest trunk
2011-08-09 Vo Minh Thu[MERGE] merged trunk.
2011-08-09 Vo Minh Thu[REF] expression: cleaning.
2011-08-06 Antony Lesuisse[MERGE] trunk-usability-config-log-rco
2011-08-05 Raphael Collet[IMP] disable res.log when running config wizards;...
2011-07-29 gpa[FIXED] Fixed the problem keyerror id
2011-07-29 Vo Minh Thu[REF] netsvc: object_proxy is no longer in netsvc.
2011-07-28 Vo Minh Thu[REF] netsvc: removed unused kwarg.
2011-07-28 Vo Minh Thu[REF] netsvc: removed exportMethod that was only used...
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[FIX] hack to (not) evaluate normalized domains:
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-20 Nimesh (Open ERP)Invalid error message when import failed
2011-07-19 Vo Minh Thu[MERGE] import: support for comma-separated ids in...
2011-07-18 Olivier Dony[FIX] orm: avoid crash when an osv inherits from an...
2011-07-18 Olivier Dony[IMP] browse_record: add refresh() method for discardin...
2011-07-13 Xavier Morel[FIX] name of ordering param in read_group docstring...
2011-07-12 Vo Minh Thu[MERGE] fields.py: cleaned a bit fields.property.
2011-07-12 Antony Lesuisse[FIX] apply some merge review feeback
2011-07-12 Vo Minh Thu[IMP] fields.py: removed unused import (and cyclic...
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Vo Minh Thu[FIX] fields.property: set the m2o fields as False...
2011-07-11 Vo Minh Thu[IMP] fields.py: removed unnecessary initialization.
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] openerp/osv/fields.py: _get_defaults() and _fnct_...
2011-07-07 niv-openerp[imp] Improved modifiers algorithm to also take the...
2011-07-07 Quentin (OpenERP)[FIX] fields.py: reading and writing on ir.property...
2011-07-07 Quentin (OpenERP)[IMP] openerp/osv/fields.py: reading a property field...
2011-07-05 Vo Minh Thu[MERGE] setting a o2m to null unlinks the other side...
2011-07-05 Vo Minh Thu[REVERT] re-apply the 4 commits that were reverted...
2011-07-05 niv-openerp[merge]
2011-07-05 niv-openerp[imp] changed meaning of operation 3 on o2m to behave...
2011-07-01 Olivier Dony[IMP] fields.function: removed method=True param, added...
2011-07-01 P. Christeas[MERGE] docstrings improvements and preparation for...
2011-07-01 Olivier Dony[REVERT] last 4 revisions on fields_view_get, need...
2011-06-30 Vo Minh Thu[IMP]: fields_view_get: respect priority of node over...
next