Dear All,
I have developed new popup window that will come while selecting payment method , now i want to given number input in the input column how can i give number input in popup window. I used this.$('.cell').text(amount); is not working.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Dear All,
I have developed new popup window that will come while selecting payment method , now i want to given number input in the input column how can i give number input in popup window. I used this.$('.cell').text(amount); is not working.
keyboard are block at payment time in POS . So You need to override both
this.keyboard_handler = function(event){
var key = '';
if (event.type === "keypress") {
if($(".your popup div class").not('.oe_hidden').length){
return;
}
rest of code......
};
and
this.keyboard_keydown_handler = function(event){
if($(".your popup div class").not('.oe_hidden').length){
return;
}
rest of code......
};
ThanksCreate an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
1
de set. 16
|
6291 | |||
|
0
de juny 16
|
4872 | |||
|
0
de nov. 19
|
86 | |||
|
0
d’abr. 24
|
2565 | |||
|
1
de set. 23
|
2575 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.