Am using Odoo 10. And I want to execute some code after all modules have loaded and all tables have been created.
This question has been flagged
1
Reply
6100
Views
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()
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
3
Jul 25
|
3794 | ||
|
|
3
May 25
|
5903 | ||
|
|
2
Feb 26
|
6358 | ||
|
|
1
Mar 23
|
3967 | ||
|
|
0
Jun 21
|
3931 |