Karolis Kalantojus
b3ec6105a2
[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.
2019-11-14 15:37:03 +01:00
OCA Transbot
3dea5f6a69
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/
2019-11-14 15:37:03 +01:00
OCA Transbot
ca139a106a
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/
2019-11-14 15:37:03 +01:00
oca-travis
7f2da97d45
[UPD] Update web_notify.pot
2019-11-14 15:37:03 +01:00
OCA-git-bot
845904ebfe
[UPD] README.rst
2019-11-14 15:37:03 +01:00
Shepilov Vladislav
09c5395d58
[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.
2019-11-14 15:37:03 +01:00
OCA-git-bot
c1b20550fe
[UPD] README.rst
2019-11-14 15:37:03 +01:00
OCA Transbot
da6f94cbdf
Update translation files
...
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
2019-11-14 15:37:03 +01:00
oca-travis
efbe64622b
[UPD] Update web_notify.pot
2019-11-14 15:37:03 +01:00
Aitor Bouzas
d62b10c3ee
[FIX] web_notify: Update readme
2019-11-14 15:37:03 +01:00
Aitor Bouzas
89347e6976
[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
2019-11-14 15:37:03 +01:00
oca-travis
07c2c4ef5a
[UPD] Update web_notify.pot
2019-11-14 15:37:03 +01:00
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
Hans Henrik Gabelgaard
24a63cee0a
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/
2019-11-14 15:37:03 +01:00
Rodrigo Macedo
762a1ee533
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/
2019-11-14 15:37:03 +01:00
oca-travis
d8f749d7bc
[UPD] Update web_notify.pot
2019-11-14 15:37:03 +01:00
Damien Bouvy
fa3716990d
[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.
2019-11-14 15:37:03 +01:00
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
OCA Transbot
1b00cab026
OCA Transbot updated translations from Transifex
2019-11-14 15:37:03 +01:00
Serpent Consulting Services Pvt Ltd
6f65acb990
Update web_client.js
2019-11-14 15:37:03 +01:00
Adrien Peiffer (ACSONE)
5eed4b6a1a
[FIX] Return result of super of show_application
2019-11-14 15:37:03 +01:00
Jay Vora(SerpentCS)
4e7b1527b0
[MIG] Migration started web_notify
2019-11-14 15:37:03 +01:00
Pedro M. Baeza
b0d5889a82
[MIG] Make modules uninstallable
2019-11-14 15:37:03 +01:00
Laurent Mignon (ACSONE)
67aff7bd09
New module web_notify
...
This technical module allows you to send instant notification messages from the server to the user in live.
2019-11-14 15:37:03 +01:00
laurent.corron
7a0b1cb936
[ADD] setup.py
2019-11-13 11:21:33 +01:00
laurent.corron
1503fd40ca
[MIG] web_domain_field: Migration to 13.0
2019-11-13 11:21:25 +01:00
laurent.corron
225617b4ad
[REF] web_domain_field: Black python code
2019-11-11 20:24:52 +01:00
oca-travis
c139cf7cec
[UPD] Update web_domain_field.pot
2019-11-11 20:23:45 +01:00
Pedro M. Baeza
82f65e6881
[FIX] web_domain_field: Fix README syntax
2019-11-11 20:23:45 +01:00
Denis Roussel
953d1c2493
[10.0][MIG] Migrates web_domain_field
2019-11-11 20:23:45 +01:00
Laurent Mignon (ACSONE)
2251509501
New web_domain_field addon
2019-11-11 20:23:45 +01:00
OCA-git-bot
280ef21b56
Merge PR #1407 into 13.0
...
Signed-off-by pedrobaeza
2019-10-15 10:19:48 +00:00
Alexandre Díaz
7747f33245
[IMP] web_responsive: Adapt test to 13.0
2019-10-15 12:15:07 +02:00
OCA-git-bot
03d24e9c23
[ADD] setup.py
2019-10-14 19:32:52 +00:00
OCA-git-bot
6282a277f7
[UPD] README.rst
2019-10-14 19:32:52 +00:00
oca-travis
053ea09c7a
[UPD] Update web_decimal_numpad_dot.pot
2019-10-14 19:24:00 +00:00
OCA-git-bot
2aa7d7bd92
Merge PR #1402 into 13.0
...
Signed-off-by pedrobaeza
2019-10-14 19:18:59 +00:00
emagdalena
cc1a521d70
[FIX] web_dialog_size js warnings
2019-10-14 14:43:39 +02:00
emagdalena
23e6fa8524
[FIX] web_environment_ribbon js warnings
2019-10-14 13:08:57 +02:00
emagdalena
9dd74b42f4
[MIG] web_decimal_numpad_dot: Migration to 13.0
2019-10-14 13:08:57 +02:00
黎伟杰
9992153595
Added translation using Weblate (Chinese (Simplified))
2019-10-14 13:08:57 +02:00
OCA-git-bot
5df4be1c78
[UPD] README.rst
2019-10-14 13:08:57 +02:00
Jairo Llopis
d096c0fbba
[FIX] web_decimal_numpad_dot: Restore keyboard navigation
...
When https://github.com/OCA/web/pull/1154 switched to using `keydown` as the event to trigger the numpad dot replacement, it was actually [disabling upstream's `_onKeyDown()`][1], which in turn disabled the keyboard navigation.
To fix this situation, I replaced the method that is being used to directly override `_onKeyDown`.
[1]: 19558129f0/addons/web/static/src/js/fields/abstract_field.js (L41)
2019-10-14 13:08:57 +02:00
Jairo Llopis
166cd74f80
[FIX] web_decimal_numpad_dot: Fix inconsistent behavior
...
When user was replacing some specific sections or being too fast, the module wasn't behaving fine. Also, it was always displaying the original `.` slightly before doing the replacement.
2019-10-14 13:08:57 +02:00
oca-travis
b3432bdb8d
[UPD] Update web_decimal_numpad_dot.pot
2019-10-14 13:08:57 +02:00
ernesto
4f78d14fd9
[MIG] web_decimal_numpad_dot: Migration to 12.0
2019-10-14 13:08:57 +02:00
David Vidal
6cce0eadfc
[FIX] web_decimal_numpad: float_time format ( #1068 )
...
Recover functionality from https://github.com/OCA/web/pull/720 , which was lost in migration to Odoo v11.
2019-10-14 13:08:57 +02:00
oca-travis
8b05ded8ac
[UPD] Update web_decimal_numpad_dot.pot
2019-10-14 13:08:57 +02:00
Jordi Ballester Alomar
6c36d8ad84
fix tab navigation issue in web_decimal_numpad_dot
2019-10-14 13:08:57 +02:00
David Vidal
01b4d7c789
[FIX] web_decimal_numpad: extend FieldMonetary ( #867 )
2019-10-14 13:08:57 +02:00