Odoo web client UI related addons
 
 
 
 
 
Go to file
Karolis Kalantojus ee4ee80fca [FIX] web_notify attempt to fix void messages (#1249)
It seems besides the custom channels provided in this addon it also catches messages from other channels. E.g. in this case it seems the void popup is triggered by these activity creation bus messages.

**Steps to reproduce**

Odoo commit: could reproduce on 5e8b667951 and 4da82776ff
OCA/web commit: 2465278

* Install crm and web_notify modules
* Create an activity for yourself (tried for admin user)
* Empty popup appears

**Attempt to solve**

It seems the bus handles all messages non exclusively. I've hacked in a conditional to handle only messages from web_notify addon, but its unclear wether this does not break something else.
2024-10-14 08:53:21 +07:00
.github/workflows Initial commit 2024-10-08 12:49:40 +00:00
setup/_metapackage [BOT] post-merge updates 2024-10-09 15:32:44 +00:00
web_environment_ribbon Update translation files 2024-10-09 18:49:57 +00:00
web_notify [FIX] web_notify attempt to fix void messages (#1249) 2024-10-14 08:53:21 +07:00
.copier-answers.yml Initial commit 2024-10-08 12:49:40 +00:00
.editorconfig Initial commit 2024-10-08 12:49:40 +00:00
.eslintrc.yml Initial commit 2024-10-08 12:49:40 +00:00
.gitignore Initial commit 2024-10-08 12:49:40 +00:00
.pre-commit-config.yaml Initial commit 2024-10-08 12:49:40 +00:00
.prettierrc.yml Initial commit 2024-10-08 12:49:40 +00:00
.pylintrc Initial commit 2024-10-08 12:49:40 +00:00
.pylintrc-mandatory Initial commit 2024-10-08 12:49:40 +00:00
.ruff.toml Initial commit 2024-10-08 12:49:40 +00:00
LICENSE Initial commit 2024-10-08 12:49:40 +00:00
README.md [BOT] post-merge updates 2024-10-09 15:32:44 +00:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

web

web

Available addons

addon version maintainers summary
web_environment_ribbon 18.0.1.0.0 Web Environment Ribbon

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.