Hi i want to display a warning message before certain tasks are carried about, e.g When i user click a button on a form, system should ask and verify about two options which one to execute, i also want to display a message when an action is completed, or failed. How can id do this on form and in wizards?
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
1
Responder
9914
Visualizações
You can add confirm
attribute to you action (a button)
for example :
<button name="cancel_voucher" string="Cancel Voucher" type="object" states="posted" confirm="Are you sure you want to unreconcile this record?"/>
yeah, thank you, its working now
Make it resolved please, respect to FAQ
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-se