[FIX] openerp/osv/fields: fix method to_field() to pass some falsy parameters.
authorRaphael Collet <rco@openerp.com>
Wed, 8 Oct 2014 10:01:16 +0000 (12:01 +0200)
committerRaphael Collet <rco@openerp.com>
Wed, 8 Oct 2014 14:39:59 +0000 (16:39 +0200)
commit10142d7dc7aa178d68c17c657d4ae445199a8aa0
tree7471e659de9a5e56a12417b9194dfd7617fc2a29
parent38668fd404a39ed135d5c9aede884f24849e1f09
[FIX] openerp/osv/fields: fix method to_field() to pass some falsy parameters.

For instance, the attribute copy=False was not passed when converting the
_column to a Field.  Simply make sure those parameter are always passed.
openerp/osv/fields.py