..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- सीआरएम
- e-Commerce
- लेखांकन
- इन्वेंटरी
- PoS
- Project
- MRP
This question has been flagged
1
Reply
1045
Views
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!
Sign up