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
David
66ceb23129
[MIG] web_decimal_numpad_dot: Migration to 11.0
2019-10-14 13:08:57 +02:00
Jairo Llopis
9a9fdcbb55
[FIX][IMP][web_decimal_numpad_dot] Support float time
...
- All Char widgets were getting affected by this behavior.
- Time float widgets now get ":" instead of "," or ".".
- Little code refactor.
- Only detect numpad dot, not normal dot and comma.
2019-10-14 13:08:57 +02:00
David Vidal
ed2bd81efe
[MIG] web_decimal_numpad_dot: Migration to 10.0
2019-10-14 13:08:57 +02:00
Roel Adriaans
991c194962
[IMP] web_decimal_numpad_dot: use the decimal_point defined in user language
2019-10-14 13:08:57 +02:00
Omar Castiñeira Saavedra
1a03fd4273
[IMP] web_decimal_numpad_dot: fixed float widget not working properly
2019-10-14 13:08:57 +02:00
oihane
588c56213c
[IMP] web_decimal_numpad_dot: now changes . for , in floating numbers
2019-10-14 13:08:57 +02:00
oihane
17ba265fa6
[ADD] New module <web_decimal_numpad_dot>
2019-10-14 13:08:57 +02:00
OCA-git-bot
fd16cd2294
[UPD] README.rst
2019-10-13 22:20:14 +00:00
Pedro M. Baeza
384691f9fb
[IMP] web_responsive: Add development status + contributors
2019-10-14 00:20:07 +02:00
OCA-git-bot
0359dcc72c
[ADD] setup.py
2019-10-13 22:16:50 +00:00
oca-travis
59dd6d6efb
[UPD] Update web_responsive.pot
2019-10-13 22:11:37 +00:00
OCA-git-bot
b1650072dd
Merge PR #1390 into 13.0
...
Signed-off-by pedrobaeza
2019-10-13 22:02:43 +00:00
Alexandre Díaz
701e45f18e
black, isort
2019-10-13 23:41:25 +02:00
Alexandre Díaz
999f507a32
[IMP] web_responsive: Support long titles
2019-10-13 23:12:04 +02:00
Alexandre Díaz
b357b7d70f
[IMP] web_responsive: Made chatter input & attachments scrollable
2019-10-13 23:12:04 +02:00
Alexandre Díaz
14ddc06b7b
[MIG] web_responsive: Migration to 13.0
2019-10-13 23:12:04 +02:00