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
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
3
Respostas
9014
Visualizações
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.
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
2
fev. 19
|
3921 | ||
|
5
set. 15
|
4908 | ||
|
2
fev. 23
|
8044 | ||
|
0
set. 20
|
3276 | ||
|
2
mar. 15
|
5865 |
Could you kindly draw an example where this warning message is being thrown? Thanks.