..
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
1
Odpovědět
1039
Zobrazení
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!
Přihlásit se