odoo/bin/osv
P. Christeas ba47847b20 ORM: moved columns should carry the old name, not the table
When a column changes type in module upgrades, we have code to rename
the column. The new name shall be based on the old column name, not the
name of the table.

bzr revid: p_christ@hol.gr-20101123135748-z8rtmy36c8u972xb
2010-11-23 15:57:48 +02:00
..
__init__.py Changed encoding to coding ref: PEP: 0263 2009-10-20 16:22:23 +05:30
expression.py [FIX] Search on property field should not crash,it should go for fnct_search() instead (normal fields.function flow) 2010-10-30 02:09:37 +05:30
fields.py [MERGE] sync with the trunk 2010-11-12 15:10:41 +01:00
orm.py ORM: moved columns should carry the old name, not the table 2010-11-23 15:57:48 +02:00
osv.py OSV: a lint check fix 2010-11-18 20:48:40 +02:00
query.py [IMP] osv.query,orm: removed trailing whitespace introduced by previous commits 2010-10-01 18:54:11 +02:00