hi,
Anyone knows how to stop odoo from computing stored field after running the server?
In my case, when adding store=True to sale_order_count field, the system goes down after several minutes because it hits the timeout limit (Odoo.sh) ( trying to compute and store value for ~800K records).
AFAIK, when you stop the server and then restart it, Odoo should not launch the computation of the field again. but in my case, it does it after every restart...leading to timeout each time.
--UPDATE--
I don't want to add search attribute. I just remember that Odoo support told me to call a method that prevents triggering compute field after restarting the system but they did not tell me its name.. So i assume someone in the community would know about it.
Thanks.