Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
5701 Переглядів

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

Аватар
Відмінити
Найкраща відповідь

Before installing the module you can comment out those compute fields and installed the module. After installing you can corn job for run compute function to update all the product.

Аватар
Відмінити

Hi Legends ,
Good Idea, is it not recommended to cut the server and update the module? or it is always to run a cron job?
Because i have always managed the server by myself.
Thanks in advance

No stopping server is not professional. Why do you wanna stop in the midst of users making an entry in Production DB. I go with cron eventually

Related Posts Відповіді Переглядів Дія
1
січ. 25
1366
1
лют. 23
9411
4
серп. 22
31129
0
лип. 25
839
1
лип. 25
684