[FIX] models: on update, call inverse function on field even when it is stored
authorRaphael Collet <rco@openerp.com>
Wed, 1 Oct 2014 09:32:50 +0000 (11:32 +0200)
committerRaphael Collet <rco@openerp.com>
Mon, 13 Oct 2014 11:45:52 +0000 (13:45 +0200)
commit41b55082ba40669ccf09e25bf53a359d716bf96d
treebacab8b7dfb140fc49868fab936af7da7c2ce5f3
parent5db84cb07ee2d23a11c7167fe2d4f6ca9d200b41
[FIX] models: on update, call inverse function on field even when it is stored

The inverse function of a stored computed field was not called when creating or
writing on a record with such a field.
openerp/models.py