Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
3381 Zobrazení

I want to use javascript eval function on float and integer input fields. For example in sale order, I want to calculate any product quantity like "2*6" I used my own jquery but id doesn't work, it seems odoo ignores it. Is there a way to do it? Thanks.

$(document).ready(function(){
  $('input[name=product_uom_qty]').change(function(e){                
    $(this).val(eval($(this).val()));
  })
});
Avatar
Zrušit
Nejlepší odpověď

Please change event to onclick on add more. Because input is disabled.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
0
čvn 25
226
1
čvn 25
518
1
čvn 25
501
1
kvě 25
1081
0
bře 25
635