3
0
Fork 0
Odoo web client UI related addons
 
 
 
 
 
Go to file
Guewen Baconnier fd06a6b0fd Prevent to send web notifications to other users
Only the admin user (sudo) is allowed to send notifications to other
users. The normal users can only send notifications to themselves.

This is to prevent attackers to craft malicious notifications and send
them to other users using RPC.

Correction based on the idea of @hbrunn
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 Prevent to send web notifications to other users 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