[FIX] fields: inherited fields should get 'string' from their parent field
authorRaphael Collet <rco@openerp.com>
Thu, 23 Oct 2014 09:14:52 +0000 (11:14 +0200)
committerRaphael Collet <rco@openerp.com>
Tue, 28 Oct 2014 08:12:31 +0000 (09:12 +0100)
commit8db5b84fc14587fd19d08853d98641298bf0cb7b
tree80cdf917379049348d5df619a3f7436c6576c3c2
parent3e07eaa308a4e0b352bea38c6331c62e53821f55
[FIX] fields: inherited fields should get 'string' from their parent field

Because some parameters of a field may be determined during its setup, we have
to update the corresponding column after the setup, and recompute _all_columns
to make it consistent.
openerp/fields.py
openerp/models.py