I started using the new API of Odoo v8.0 but I cannot find useful information about store trigger in computed fields like this (for v7.0 and v6.1): Store Parameter in Odoo v6
In Odoo v8.0, I tried to use the same syntax of v7.0 but I couldn't get it to work because the JSON response cannot be returned back to the web client:
<function _store_trigger> is not JSON serializable.
I read then that store parameter had been converted to Boolean only field (no dict for triggers): Odoo store function: JSON not serializable
So how can I set trigger to store values in database for computed (and related) fields? I want to make filters and groups mainly for them so search function
won't be useful.