[IMP] fields: initialized computed fields to a null value instead of a failed one
authorRaphael Collet <rco@openerp.com>
Wed, 22 Oct 2014 15:00:23 +0000 (17:00 +0200)
committerRaphael Collet <rco@openerp.com>
Thu, 23 Oct 2014 08:14:24 +0000 (10:14 +0200)
commit0873613767747454b97ce0edc9cb0ce7c7067185
tree512e7523f6452e7da1160bb0a656be4b58160ecf
parent0bbb449d27b44fc66be85f8109298b2106d4910f
[IMP] fields: initialized computed fields to a null value instead of a failed one

This should ease compute methods that assign a list to "update" a
one2many/many2many field.  With a failed value, the update crashes.
openerp/fields.py