Odoo web client UI related addons
 
 
 
 
 
Go to file
Jairo Llopis 350ab7c85f [FIX] web_responsive: Skip re-search when not writing
When the user uses TAB or SHIFT+TAB to navigate in search results, he can trigger a SHIFT-only keydown event without noticing, which would reset the selected result position to the first or last.

It is disturbing, so, to avoid that problem, the re-search is only triggered if the currently pressed key has length=1 or is Backspace, which will skip most keys that are not actually writing a character into the search input, like i.e. "Shift", "Alt", "F4", etc.

In addition to that, to detect if the search results is empty, the `:empty` selector is not trustable because it considers not empty nodes with whitespace-only content. That has been patched too.
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: Skip re-search when not writing 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