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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
3
回复
9018
查看
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
|
3921 | ||
|
5
9月 15
|
4909 | ||
|
2
2月 23
|
8047 | ||
|
0
9月 20
|
3277 | ||
|
2
3月 15
|
5866 |
Could you kindly draw an example where this warning message is being thrown? Thanks.