Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
6166 Visualizações

Can somene help me get the data from a form field and modify it based on its value with javascript? Here is what I have so far, but I dont know how to get the form data into javascript

openerp.sale_custom = function(instance){

instance.sale_custom.SaleClass = instance.web.Class.extend({
    field_val: function(){  /*  pass data from the form into here?... */ },
});

var object = new instance.sale_custom.SaleClass();
object.field_val();

}

Avatar
Cancelar
Melhor resposta

Hi Eric,

           I want to send a field data to javascript for calculation. This should be done before clicking save button. Please guid me ..

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
0
jul. 25
433
1
jul. 25
5364
0
jul. 25
929
0
jun. 25
925
1
jun. 25
1059