Rémi
472b93419e
Translated using Weblate (French)
...
Currently translated at 77.7% (14 of 18 strings)
Translation: web-14.0/web-14.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_responsive/fr/
2021-06-28 14:48:50 +00:00
OCA Transbot
d89c7824fa
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-14.0/web-14.0-web_no_bubble
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_no_bubble/
2021-06-11 06:44:07 +00:00
OCA-git-bot
0d0355d1d1
[ADD] setup.py
2021-06-11 06:27:04 +00:00
OCA-git-bot
2ccf08d2ca
[UPD] README.rst
2021-06-11 06:27:03 +00:00
OCA-git-bot
a05ee5810a
[UPD] addons table in README.md
2021-06-11 06:27:00 +00:00
oca-travis
69b2276e93
[UPD] Update web_no_bubble.pot
2021-06-11 06:22:51 +00:00
OCA-git-bot
4e556071b8
Merge PR #1845 into 14.0
...
Signed-off-by pedrobaeza
2021-06-11 06:17:26 +00:00
OCA Transbot
0739c8e166
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-14.0/web-14.0-web_group_expand
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_group_expand/
2021-06-09 10:44:25 +00:00
OCA-git-bot
c6183217de
[ADD] setup.py
2021-06-09 09:53:50 +00:00
OCA-git-bot
db0e5afa8d
[UPD] README.rst
2021-06-09 09:53:50 +00:00
OCA-git-bot
cfca1dea4f
[UPD] addons table in README.md
2021-06-09 09:53:47 +00:00
OCA-git-bot
d97d824a89
Merge PR #1914 into 14.0
...
Signed-off-by simahawk
2021-06-09 09:42:38 +00:00
BT-aestebanez
8a45ea2730
[14.0][MIG] web_group_expand
2021-06-09 11:07:32 +02:00
OCA-git-bot
ecf2a9b437
[ADD] setup.py
2021-05-28 16:23:48 +00:00
OCA-git-bot
20734e0c84
[UPD] README.rst
2021-05-28 16:23:48 +00:00
OCA-git-bot
5cc98c1dc6
[UPD] addons table in README.md
2021-05-28 16:23:45 +00:00
oca-travis
69f410247e
[UPD] Update web_decimal_numpad_dot.pot
2021-05-28 16:06:43 +00:00
OCA-git-bot
7ebda85d8c
Merge PR #1933 into 14.0
...
Signed-off-by pedrobaeza
2021-05-28 15:43:36 +00:00
OCA-git-bot
a38456d25d
[ADD] setup.py
2021-05-27 20:53:17 +00:00
OCA-git-bot
adac7838c8
[UPD] README.rst
2021-05-27 20:53:16 +00:00
OCA-git-bot
e905d30f83
[UPD] addons table in README.md
2021-05-27 20:53:14 +00:00
oca-travis
d6ac577c25
[UPD] Update web_refresher.pot
2021-05-27 20:34:01 +00:00
OCA-git-bot
99f195f219
Merge PR #1932 into 14.0
...
Signed-off-by pedrobaeza
2021-05-27 20:03:51 +00:00
João Marques
59ee42ca42
[MIG] web_decimal_numpad_dot: Migration to 14.0
2021-05-27 12:39:19 +01:00
João Marques
0fc749287f
[IMP] web_decimal_numpad_dot: black, isort, prettier
2021-05-27 12:37:04 +01:00
claudiagn
157091086d
Added translation using Weblate (Spanish)
2021-05-27 12:37:04 +01:00
Stéphane Bidoul
3c37b5a30d
pre-commit update: prettier xml indent
2021-05-27 12:37:04 +01:00
Jairo Llopis
6e2aeab262
[IMP] pre-commit run after update
...
Includes some manual fixes to silent ESLint warnings.
2021-05-27 12:37:04 +01:00
emagdalena
7a62fdfbfd
[MIG] web_decimal_numpad_dot: Migration to 13.0
2021-05-27 12:37:04 +01:00
黎伟杰
74535c5e9c
Added translation using Weblate (Chinese (Simplified))
2021-05-27 12:37:04 +01:00
Jairo Llopis
e2a42ff4af
[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)
2021-05-27 12:37:04 +01:00
Jairo Llopis
301cd189cf
[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.
2021-05-27 12:37:04 +01:00
ernesto
d41e2d989d
[MIG] web_decimal_numpad_dot: Migration to 12.0
2021-05-27 12:37:04 +01:00
David Vidal
2159e73670
[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.
2021-05-27 12:37:04 +01:00
Jordi Ballester Alomar
b5fe81f23f
fix tab navigation issue in web_decimal_numpad_dot
2021-05-27 12:37:04 +01:00
David Vidal
5a5cedce01
[FIX] web_decimal_numpad: extend FieldMonetary ( #867 )
2021-05-27 09:53:51 +01:00
David
73bf9902df
[MIG] web_decimal_numpad_dot: Migration to 11.0
2021-05-27 09:53:51 +01:00
Jairo Llopis
02f3b9193a
[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.
2021-05-27 09:53:51 +01:00
David Vidal
0c0e7fc4dc
[MIG] web_decimal_numpad_dot: Migration to 10.0
2021-05-27 09:53:51 +01:00
Roel Adriaans
477c7c0c6a
[IMP] web_decimal_numpad_dot: use the decimal_point defined in user language
2021-05-27 09:53:51 +01:00
Omar Castiñeira Saavedra
d48e288b57
[IMP] web_decimal_numpad_dot: fixed float widget not working properly
2021-05-27 09:53:51 +01:00
oihane
126880d12a
[IMP] web_decimal_numpad_dot: now changes . for , in floating numbers
2021-05-27 09:53:51 +01:00
oihane
4451f292fa
[ADD] New module <web_decimal_numpad_dot>
2021-05-27 09:53:51 +01:00
Valentin Vinagre
69aed18ec3
Translated using Weblate (Spanish)
...
Currently translated at 50.0% (2 of 4 strings)
Translation: web-14.0/web-14.0-web_dialog_size
Translate-URL: https://translation.odoo-community.org/projects/web-14-0/web-14-0-web_dialog_size/es/
2021-05-25 11:47:53 +00:00
Valentin Vinagre
3c252d1198
Added translation using Weblate (Spanish)
2021-05-25 09:32:52 +00:00
João Marques
1dd52d383b
[MIG] web_refresher: Migration to 14.0
2021-05-25 07:58:01 +01:00
João Marques
26fbb14297
[IMP] web_refresher: black, isort, prettier
2021-05-25 07:58:01 +01:00
João Marques
0f1781b20c
[MIG] web_refresher: Migration to 13.0
...
TT28809
2021-05-25 07:58:01 +01:00
João Marques
506b1aff62
[IMP] web_refresher: black, isort, prettier
2021-05-25 06:50:10 +01:00
Marcel Savegnago
d3a0347494
Added translation using Weblate (Portuguese (Brazil))
2021-05-25 06:50:10 +01:00