3
0
Fork 0
Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis 771ab61d0b
[FIX] web_responsive: Allow searching apps in mobile Chrome
This patch fixes #1251.

The keydown event is faked in mobile chrome because it's not something reliable due to today's virtual keyboards prediction features. Typing a <kbd>C</kbd> character doesn't mean it will be there when user uses autocorrection/autoguessing.

Instead of that, we use now the `keydown` event exclusively for movement features, and `input` event exclusively for content changes in the search input element.

Apart from fixing search in mobile Chrome, it also makes code more readable.

The search input also disables autocompletion since it would be useless and annoying here.
2019-04-16 08:12:38 +01:00
setup [ADD] setup.py 2019-03-18 13:38:54 +00:00
web_advanced_search Update translation files 2019-03-03 16:18:52 +00:00
web_decimal_numpad_dot [FIX] web_decimal_numpad_dot: Restore keyboard navigation 2019-01-21 09:41:24 +00:00
web_dialog_size [UPD] Update web_dialog_size.pot 2018-12-07 16:59:27 +00:00
web_disable_export_group [ADD] icon.png 2019-04-03 03:30:00 +00:00
web_edit_user_filter [ADD] icon.png 2019-04-03 03:30:00 +00:00
web_environment_ribbon Update translation files 2018-11-26 18:01:45 +00:00
web_favicon Update translation files 2018-11-26 18:01:51 +00:00
web_ir_actions_act_multi [UPD] Update web_ir_actions_act_multi.pot 2019-01-21 12:00:52 +00:00
web_ir_actions_act_view_reload [UPD] Update web_ir_actions_act_view_reload.pot 2018-11-21 11:33:36 +00:00
web_listview_range_select [ADD] icon.png 2019-04-03 03:30:00 +00:00
web_m2x_options Update translation files 2019-03-03 16:18:59 +00:00
web_notify Update translation files 2019-04-08 14:39:22 +00:00
web_responsive [FIX] web_responsive: Allow searching apps in mobile Chrome 2019-04-16 08:12:38 +01:00
web_searchbar_full_width [UPD] Update web_searchbar_full_width.pot 2019-03-18 13:46:03 +00:00
web_timeline [UPD] Update web_timeline.pot 2019-04-08 14:44:42 +00:00
web_widget_color web_widget_color: Fix issue #1139 2018-12-25 16:34:48 -05:00
web_widget_image_download Update translation files 2018-12-09 13:37:42 +00:00
web_widget_many2many_tags_multi_selection [MIG] web_widget_many2many_tags_multi_selection: Migration to 12.0. 2019-01-19 09:39:07 +01:00
web_widget_x2many_2d_matrix Update translation files 2019-03-03 16:19:17 +00:00
web_widget_x2many_2d_matrix_example [UPD] Update web_widget_x2many_2d_matrix_example.pot 2019-02-05 07:11:22 +00:00
.gitignore [MIG] Add metafiles 2018-09-27 02:40:55 +02:00
.travis.yml [MIG] .travis.yml: Upgrade to Postgres 9.6 2018-10-01 09:31:42 +02:00
README.md [MIG] Add metafiles 2018-09-27 02:40:55 +02:00

README.md

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