Jairo Llopis
67f76e8fab
[FIX] web_decimal_numpad_dot: Restore keyboard navigation
When https://github.com/OCA/web/pull/1154 switched to using `keydown` as the event to trigger the numpad dot replacement, it was actually [disabling upstream's `_onKeyDown()`][1], which in turn disabled the keyboard navigation.
To fix this situation, I replaced the method that is being used to directly override `_onKeyDown`.
[1]: 19558129f0/addons/web/static/src/js/fields/abstract_field.js (L41)
6 years ago
Jairo Llopis
75ac50be53
[FIX] web_decimal_numpad_dot: Fix inconsistent behavior
When user was replacing some specific sections or being too fast, the module wasn't behaving fine. Also, it was always displaying the original `.` slightly before doing the replacement.
6 years ago
ernesto
66a2c9631f
[MIG] web_decimal_numpad_dot: Migration to 12.0
6 years ago
David Vidal
eb0530b5e6
[FIX] web_decimal_numpad: float_time format ( #1068 )
Recover functionality from https://github.com/OCA/web/pull/720 , which was lost in migration to Odoo v11.
6 years ago
Jordi Ballester Alomar
56f7bad1c3
fix tab navigation issue in web_decimal_numpad_dot
7 years ago
David Vidal
797a6fc107
[FIX] web_decimal_numpad: extend FieldMonetary ( #867 )
7 years ago
David
11fa9ad5f8
[MIG] web_decimal_numpad_dot: Migration to 11.0
7 years ago
Jairo Llopis
f892e30a6f
[FIX][IMP][web_decimal_numpad_dot] Support float time
- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.
7 years ago
David Vidal
28af79ac38
[MIG] web_decimal_numpad_dot: Migration to 10.0
7 years ago
Roel Adriaans
1225b34723
[IMP] web_decimal_numpad_dot: use the decimal_point defined in user language
9 years ago
Omar Castiñeira Saavedra
414dc03fae
[IMP] web_decimal_numpad_dot: fixed float widget not working properly
9 years ago
oihane
8cd453b114
[IMP] web_decimal_numpad_dot: now changes . for , in floating numbers
9 years ago
oihane
b6f9d0ec09
[ADD] New module <web_decimal_numpad_dot>
10 years ago