..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
1042
Vistas
Hi,
Here is example code:
Dialog.alert(
this,
"Dialog Alert",
{
onForceClose: function() {
console.log("Click Close");
},
confirm_callback: function() {
console.log("Click Ok");
self._setValue("0");
}
}
);
Hope it helps
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse