Want to remove "Odoo" from warning message. Do not want to modify the crash_manager.js directly!!! Thanks!
신고된 질문입니다
3
답글
10924
화면
Hi,
How can I override "show_warning" method to modify the title "odoo waring " ?
Did you try to extend that class and override show_warning method?
Another simple way is you override the entire web module and change crash_manager.js.
How to override module: Just copy the module and paste on addons. Then change the name in __manifist__.py / __openerp__.py.
| 관련 게시물 | 답글 | 화면 | 활동 | |
|---|---|---|---|---|
|
|
2
2월 19
|
5838 | ||
|
|
5
9월 15
|
6902 | ||
|
|
0
4월 26
|
63 | ||
|
|
2
2월 23
|
10901 | ||
|
|
0
9월 20
|
5508 |
Could you kindly draw an example where this warning message is being thrown? Thanks.