I have override Create method in multiple module, but i have a scenario where 1st override create method should always call before 2nd override method if both override method is in different module.
In my case 2nd override create method is calling before 1st override create method.
I want 2nd override create method should always call after 1st override method.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 会計
- 在庫
- PoS
- Project
- MRP
この質問にフラグが付けられました
1
返信
3889
ビュー
set the sequence in manifest file. it will affect the order of execution. and you should always follow that one. tricky if somebody else going to do something later. better don't use it. i suggest you extend core function/module, refer to that function/module as your new base
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
0
9月 19
|
98 | ||
|
4
8月 16
|
7941 | ||
|
1
5月 16
|
4695 | ||
|
1
3月 16
|
4718 | ||
|
2
3月 16
|
7035 |