OCA-git-bot
189695c428
[UPD] README.rst
2023-01-05 16:40:06 +01:00
OCA-git-bot
e146053c08
[UPD] README.rst
2023-01-05 16:40:06 +01:00
Alexandre Díaz
e864004fbc
[MIG] web_timeline: Finish migration to 13.0
2023-01-05 16:40:06 +01:00
Jairo Llopis
94462b5c72
[IMP] pre-commit run after update
...
Includes some manual fixes to silent ESLint warnings.
2023-01-05 16:40:06 +01:00
OCA Transbot
71b24af712
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-13.0/web-13.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-13-0/web-13-0-web_notify/
2023-01-05 16:40:06 +01:00
laurent.corron
f049676b1d
[MIG] web_notify: Migration to 13.0
2023-01-05 16:40:06 +01:00
laurent.corron
26880e30a6
[REF] web_notify: Black python code
2023-01-05 16:40:06 +01:00
黎伟杰
dfbd67358c
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (18 of 18 strings)
Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/zh_CN/
2023-01-05 16:40:06 +01:00
黎伟杰
ab7f175833
Added translation using Weblate (Chinese (Simplified))
2023-01-05 16:40:06 +01:00
Rodrigo Macedo
a42c764817
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (18 of 18 strings)
Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/pt_BR/
2023-01-05 16:40:06 +01:00
OCA-git-bot
4fb616ddab
[UPD] README.rst
2023-01-05 16:40:06 +01:00
Karolis Kalantojus
9f8d05d7d6
[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.
2023-01-05 16:40:06 +01:00
OCA Transbot
8c1a13aeb0
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/
2023-01-05 16:40:06 +01:00
OCA Transbot
9bd73f3b22
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-12.0/web-12.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-12-0/web-12-0-web_notify/
2023-01-05 16:40:06 +01:00
Shepilov Vladislav
3db7072296
[12.0] web_notify: improve popup UI ( #1231 )
...
* [ADD]: all available bootstrap notifications (success/danger/warning/info/default)
* [IMP] use black color for text for default notification.
* [FIX] reverted require string for `bus.Longpolling` and rename `on_message_received` to `on_message` to prevent collisions.
2023-01-05 16:40:06 +01:00
OCA-git-bot
af2656ba00
[UPD] README.rst
2023-01-05 16:40:06 +01:00
OCA Transbot
d4ce5b9fdc
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2023-01-05 16:40:06 +01:00
Aitor Bouzas
9cd5f5b981
[MIG] web_notify: Migration to 12.0
...
Add self-test buttons in demo environment,
Updated readme to show how to test it.
Add buttons to users form
Do not rely on SUPERUSER_ID and avoid getattr usage
2023-01-05 16:40:06 +01:00
Guewen Baconnier
d21c87f525
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
2023-01-05 16:40:06 +01:00
Hans Henrik Gabelgaard
77c2b42351
Translated using Weblate (Danish)
...
Currently translated at 40.0% (2 of 5 strings)
Translation: web-11.0/web-11.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_notify/da/
2023-01-05 16:40:06 +01:00
Rodrigo Macedo
a4ff881a55
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100,0% (5 of 5 strings)
Translation: web-11.0/web-11.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-11-0/web-11-0-web_notify/pt_BR/
2023-01-05 16:40:06 +01:00
Damien Bouvy
08e18cdf62
[MIG] web_notify: Migration to 11.0
...
- Use the 'session' class of the JS Framework (session no lounger bound
to web client)
- Test change: compare emitted & received messages based on content, not
order. Using string comparison raises false positives.
2023-01-05 16:40:06 +01:00
Houzéfa Abbasbhay
299de2cb13
[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).
2023-01-05 16:40:06 +01:00
OCA Transbot
ed402e6573
OCA Transbot updated translations from Transifex
2023-01-05 16:40:06 +01:00
Serpent Consulting Services Pvt Ltd
1faa8a9cf9
Update web_client.js
2023-01-05 16:40:06 +01:00
Adrien Peiffer (ACSONE)
bc024617d4
[FIX] Return result of super of show_application
2023-01-05 16:40:06 +01:00
Jay Vora(SerpentCS)
b18c6cf1c7
[MIG] Migration started web_notify
2023-01-05 16:40:06 +01:00
Pedro M. Baeza
0973b92ccf
[MIG] Make modules uninstallable
2023-01-05 16:40:06 +01:00
Laurent Mignon (ACSONE)
9fd4055466
New module web_notify
...
This technical module allows you to send instant notification messages from the server to the user in live.
2023-01-05 16:40:06 +01:00
OCA-git-bot
c764f2d8f2
[UPD] addons table in README.md
2023-01-04 09:33:53 +00:00
OCA-git-bot
1330856d22
web_widget_x2many_2d_matrix 15.0.1.0.2
2023-01-04 09:33:47 +00:00
OCA-git-bot
129b3185f7
Merge PR #2344 into 15.0
...
Signed-off-by legalsylvain
2023-01-04 09:30:40 +00:00
Sylvain LE GAL
58bbdda57c
[FIX] web_widget_x2many_2d_matrix: make the possibility to have alternative values for headers of rows and columns working
2023-01-04 10:13:53 +01:00
Weblate
8b6c1aaef6
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-15.0/web-15.0-web_refresher
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_refresher/
2022-12-21 08:14:06 +00:00
OCA-git-bot
ce930ebd3e
[UPD] addons table in README.md
2022-12-21 08:13:53 +00:00
OCA-git-bot
7d0faf2c20
web_refresher 15.0.2.0.0
2022-12-21 08:13:47 +00:00
OCA-git-bot
65c0b5db9a
[UPD] README.rst
2022-12-21 08:13:46 +00:00
oca-ci
31993d16ff
[UPD] Update web_refresher.pot
2022-12-21 08:10:22 +00:00
OCA-git-bot
ee4577967b
Merge PR #2365 into 15.0
...
Signed-off-by pedrobaeza
2022-12-21 08:07:51 +00:00
Carlos Roca
5f1b8643d0
[IMP] web_refresher: Addapt changes to OWL
2022-12-20 11:29:08 +01:00
Alexandre D. Díaz
1313ba87fc
[IMP] web_refresher: Work as component of control panel
2022-12-20 08:34:17 +01:00
oca-git-bot
e0c4ba1166
[IMP] update dotfiles [ci skip]
2022-12-12 00:33:05 +01:00
Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT
6597506d7f
Translated using Weblate (German)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-15.0/web-15.0-web_refresher
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_refresher/de/
2022-12-09 14:45:36 +00:00
Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT
641e5b9f90
Translated using Weblate (German)
...
Currently translated at 54.1% (13 of 24 strings)
Translation: web-15.0/web-15.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_responsive/de/
2022-12-09 14:45:35 +00:00
Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT
0baa2024b3
Translated using Weblate (German)
...
Currently translated at 100.0% (10 of 10 strings)
Translation: web-15.0/web-15.0-web_company_color
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_company_color/de/
2022-12-09 14:45:35 +00:00
Nils Coenen | NICO SOLUTIONS - ENGINEERING & IT
3456cbba2e
Added translation using Weblate (German)
2022-12-09 12:43:37 +00:00
OCA-git-bot
733b004878
[UPD] addons table in README.md
2022-11-30 11:21:56 +00:00
OCA-git-bot
09c640eef1
web_widget_many2one_simple 15.0.1.1.0
2022-11-30 11:21:50 +00:00
OCA-git-bot
b409dca82d
[UPD] README.rst
2022-11-30 11:21:50 +00:00
OCA-git-bot
9042ab609c
Merge PR #2350 into 15.0
...
Signed-off-by pedrobaeza
2022-11-30 11:18:54 +00:00