Hello,
I develop a module that add a stored compute field on a product_template entity.
In my customer Odoo production instance there are more than 10000 product. All that product will be update by my module due to the new store compute field.
When I try to install the module I always got an error about the hard memory reached. Even with a hard memory limit of 20 Go the module is not installed.
How can I do?
Regards