[FIX] orm: allow unicode in inherit views with attribute
authorkevin wang <kevin_327@163.com>
Mon, 23 Jun 2014 10:48:27 +0000 (12:48 +0200)
committerMartin Trigaux <mat@openerp.com>
Mon, 23 Jun 2014 10:48:27 +0000 (12:48 +0200)
commit59c27970b56b60cadd3711db536492ad7c282564
tree62cf87bebab78968d58575741863362c3e8212a1
parent7e85786b8389993fa5bd3a0be68343ad0dbaa187
[FIX] orm: allow unicode in inherit views with attribute

When extending a view with position='attributes', prevent crash if view contains unicode char
Fixes #706
openerp/osv/orm.py