Odoo web client UI related addons
 
 
 
 
 
Go to file
Houzéfa Abbasbhay 066ae9d43d [10.0][FIX] web_notify tests: Fix an arg check
Fix a check when comparing a user count with items within a mock call.

The previous method was succeeding by pure luck because OCA test
databases contain 2 users, which happens to be the amount of items
within a mock "call_args" (it contains args + kwargs).
2019-11-14 15:37:03 +01:00
setup [ADD] setup.py 2019-10-14 19:32:52 +00:00
web_decimal_numpad_dot [UPD] README.rst 2019-10-14 19:32:52 +00:00
web_dialog_size [FIX] web_dialog_size js warnings 2019-10-14 14:43:39 +02:00
web_environment_ribbon [FIX] web_dialog_size js warnings 2019-10-14 14:43:39 +02:00
web_notify [10.0][FIX] web_notify tests: Fix an arg check 2019-11-14 15:37:03 +01:00
web_responsive Merge PR #1407 into 13.0 2019-10-15 10:19:48 +00: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