Hi,
I would like to know if a unlink from javascript passed well or if there is an exception.
Thank you very much!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I would like to know if a unlink from javascript passed well or if there is an exception.
Thank you very much!
The unlink function return the model.call. To know if there is a problem, you have to do this:
this.dataset.unlink(id).fail(function(){
// fail action
});
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.