Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5113 Vistas

Am using Odoo 10. And I want to execute some code after all modules have loaded and all tables have been created.

Avatar
Descartar
Mejor respuesta

odoo/modules/loading.py

there is register_hook function that might help. to see an example of it: see base/res/res_lang.py:80

# STEP 8: call _register_hook on every model
for model in env.values():
model._register_hook()
Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
3
jul 25
2127
3
may 25
3720
2
jun 25
4195
1
mar 23
2480
0
jun 21
2426