Skip to Content
Menú
This question has been flagged
2 Respostes
9721 Vistes

I am installing a modified version of stock_move_purchase_price, an extremelly simple module which adds a couple of fields.

The module worked fine in our test environment so I moved into production.

Then I discovered that loading the module in a live environment with 9000 items takes a long time (it has been 30 minutes at is still loading...).

Is this normal? How can I check what Odoo is actually doing?


Avatar
Descartar
Best Answer

Just follow the live odoo log using a command like

tail -f /yourlogdirectory/yourlogfile.log
Avatar
Descartar
Autor

See additional edit.

Autor Best Answer

I checked with tail -f and the last message was that it was "updating tables" (as expected as the module was adding a field). After 1 hour waiting I restarted the server, cancelled module installation and relaunched module installation. It was installed in few seconds as usual.

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de des. 18
11786
2
de juny 24
2701
1
de març 15
4595
1
de març 15
8369
0
de nov. 20
2530