Skip to Content
मेन्यू
This question has been flagged
1 Reply
3472 Views

hi

i want to create a button to do the hotkey "ctrl+p".

the following code in my .xml file:


<button string="Print PDF" name="print_report" type="object" class="oe_highlight" icon="fa-print"/>
and in .py file:
import pyautogui
@api.one
def print_report(self):
return pyautogui.hotkey('ctrl', 'p')
those codes are properly work in microsoft edge and internet explore , but not work in chorome. why?
please help me to find the solution.
thanks

Avatar
Discard
Author Best Answer


    return pyautogui.hotkey('ctrl', 'shift','p')
It's done.


Avatar
Discard
Related Posts Replies Views Activity
2
सित॰ 19
3259
1
जन॰ 20
4981
0
नव॰ 16
4302
0
सित॰ 23
1855
0
सित॰ 23
1552