..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
1046
Görünümler
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
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol