i want created a button for do ctrl+p.
is any idea?
thanks
Hi silver Star
those codes are in js format. i do not have any idea for js language. please help me in another way.
thanks
Hello,
This module may give an idea - https://apps.odoo.com/apps/modules/8.0/wct_keyboard_shortcuts/
Use Above module code.
$.ctrl('D', function() {
$('a[data-section="other"]:contains("Duplicate")').each(function() {
if($(this).parents('.oe_sidebar_print').length == 0){
$(this).click();
}
});
});
you can write your function similar to this.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
Rekisteröidy| Aiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
|---|---|---|---|---|
|
why the print button does not work
Ratkaistu
|
1
syysk. 19
|
5141 | ||
|
2
huhtik. 26
|
6090 | |||
|
0
syysk. 23
|
3965 | |||
|
0
syysk. 23
|
3608 | |||
|
2
maalisk. 23
|
12978 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.