-
-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] hr_timesheet_task_stage: Disable automatic hotkeys #278
[FIX] hr_timesheet_task_stage: Disable automatic hotkeys #278
Conversation
Without this attribute, Odoo will try to assign a hotkey to buttons. It's very unlikely that these buttons have to be used like this, and since there's a limited number of available hotkeys, they steal them to more important ones like the wizard proposed at OCA/project#586.
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
@yajo runbot is 🔴:
|
@alexey-pelykh your merge command was aborted due to failed check(s), which you can inspect on this commit of 12.0-ocabot-merge-pr-278-by-alexey-pelykh-bump-patch. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
I opened odoo/odoo#37774 to fix that. |
It's merged now, so retrying |
I think you can issue the /merge so it builds a new runbot. |
You are right /ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
Congratulations, your PR was merged at a3eb76c. Thanks a lot for contributing to OCA. ❤️ |
Without this attribute, Odoo will try to assign a hotkey to buttons. It's very unlikely that these buttons have to be used like this, and since there's a limited number of available hotkeys, they steal them to more important ones like the wizard proposed at OCA/project#586.
See how it looks like without this patch:
![Captura de pantalla de 2019-10-02 10-46-09](https://user-images.githubusercontent.com/973709/66035245-ab692200-e502-11e9-98d8-ec4248ce21b4.png)
Here you can see how the patch works.
@Tecnativa TT19205