Am using Odoo 10. And I want to execute some code after all modules have loaded and all tables have been created.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
5104
ビュー
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()
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
3
7月 25
|
2127 | ||
|
3
5月 25
|
3718 | ||
|
2
6月 25
|
4192 | ||
|
1
3月 23
|
2479 | ||
|
0
6月 21
|
2425 |