Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis 6215c05bc2 [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-10-13 23:12:04 +02:00
setup [ADD] setup.py 2019-10-11 23:47:40 +00:00
web_dialog_size pre-commit, black, isort 2019-10-12 12:32:55 +02:00
web_environment_ribbon pre-commit, black, isort 2019-10-12 12:32:55 +02:00
web_responsive [FIX] web_responsive: Allow searching apps in mobile Chrome 2019-10-13 23:12:04 +02:00
.eslintrc pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.flake8 pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.gitignore [MIG] Add metafiles 2019-09-29 23:51:47 +02:00
.isort.cfg pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.pre-commit-config.yaml pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.pylintrc pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.pylintrc-mandatory pre-commit, black, isort 2019-10-12 12:32:55 +02:00
.travis.yml pre-commit, black, isort 2019-10-12 12:32:55 +02:00
README.md pre-commit, black, isort 2019-10-12 12:32: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