Jairo Llopis d096c0fbba [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)
2019-10-14 13:08:57 +02:00
2019-10-13 22:16:50 +00:00
2019-10-12 12:32:55 +02:00
2019-10-13 22:20:14 +00:00
2019-10-12 12:32:55 +02:00
2019-10-12 12:32:55 +02:00
2019-09-29 23:51:47 +02:00
2019-10-12 12:32:55 +02:00
2019-10-12 12:32:55 +02:00
2019-10-12 12:32:55 +02:00
2019-10-12 12:32:55 +02:00
2019-10-12 12:32:55 +02:00

Runbot Status Build Status Coverage Status

Web addons for Odoo

This project aims to deal with modules related to the webclient of Odoo. You'll find modules that:

  • Add facilities to the UI
  • Add widgets
  • Ease the import/export features
  • Generally add clientside functionality
Description
Odoo web client UI related addons
Readme 306 MiB
Languages
JavaScript 69.3%
HTML 24.2%
Python 3.9%
SCSS 1.8%
CSS 0.8%