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
الردود
9007
أدوات العرض
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
فبراير 19
|
3907 | ||
|
5
سبتمبر 15
|
4880 | ||
|
2
فبراير 23
|
8009 | ||
|
0
سبتمبر 20
|
3242 | ||
|
2
مارس 15
|
5832 |
Could you kindly draw an example where this warning message is being thrown? Thanks.