i want created a button for do ctrl+p.
is any idea?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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.
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
Daftar| Post Terkait | Replies | Tampilan | Aktivitas | |
|---|---|---|---|---|
|
why the print button does not work
Diselesaikan
|
1
Sep 19
|
4106 | ||
|
0
Sep 23
|
2692 | |||
|
0
Sep 23
|
2380 | |||
|
2
Mar 23
|
11088 | |||
|
Cacher le bouton "créer" d'une liste
Diselesaikan
|
2
Mar 23
|
3206 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.