Want to remove "Odoo" from warning message. Do not want to modify the crash_manager.js directly!!! Thanks!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
3
답글
9119
화면
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
|
4005 | ||
|
5
9월 15
|
5042 | ||
|
2
2월 23
|
8211 | ||
|
0
9월 20
|
3400 | ||
|
2
3월 15
|
6032 |
Could you kindly draw an example where this warning message is being thrown? Thanks.