Merge pull request #746 from acsone/master-defer_parent_store_computation-on-write
authorMartin Trigaux <mart-e@users.noreply.github.com>
Tue, 24 Jun 2014 13:13:24 +0000 (15:13 +0200)
committerMartin Trigaux <mart-e@users.noreply.github.com>
Tue, 24 Jun 2014 13:13:24 +0000 (15:13 +0200)
[IMP] orm: defer_parent_store_computation in write

Take into account the context parameter 'defer_parent_store_computation' in write operation.
When executing actions with this key in the context, _parent_store_compute should be manually called afterwards. Use at your own risks...


Trivial merge