[IMP] fields: do not copy field objects anymore, but make new instances instead
authorRaphael Collet <rco@openerp.com>
Thu, 9 Oct 2014 09:01:23 +0000 (11:01 +0200)
committerRaphael Collet <rco@openerp.com>
Thu, 9 Oct 2014 13:05:15 +0000 (15:05 +0200)
commit8ddf14555962a7af5c4a9f2f201cccf4a528ebd0
tree74e9b9726dccf7a003444fb913d6f929d8b5ce3a
parent77ae95db5a847dabc1222175fd11ac6664c9a16b
[IMP] fields: do not copy field objects anymore, but make new instances instead

Because of the parameter overriding mechanism implemented by fields, it is no
longer necessary to copy field objects.  It is even better to no copy them in
the case of related fields.
openerp/fields.py
openerp/models.py