Sometimes stored fields must be recomputed, but triggers can not be launched (e.g. in case of SQL injection).
How to recompute them an easy way?
in the odoo11
env.add_todo(model._fields['loading_time'], env['product.product'].search([])) model.recompute()