Commit Graph

2027 Commits (d0742b7391348e584791a9d3f64386fbbef3ae30)

Author SHA1 Message Date
OCA-git-bot 0e2ba28ff5 Merge PR #2700 into 16.0
Signed-off-by yajo
2023-12-22 12:04:11 +00:00
Jairo Llopis 48eb4e6727
[FIX] web_widget_numeric_step: no input focus on touch screens
If you're using a tablet and click on the  or  buttons created by this module, the result was that the numeric input related to that button got focused.

On tablets, that means that the on-screen keyboard pops up. This usually triggers a layout recalculation and becomes clunky. Besides, it's useless, because if you wanted to use the keyboard, you'd have clicked on the input by yourself, and not in one of those buttons.

After this change, when using a touch screen, if you click on the +/- buttons, you won't auto-focus on the input. Thus, the keyboard won't show up.

@moduon MT-4472
2023-12-22 11:29:14 +00:00
jappi00 3e4027a6f1 Translated using Weblate (German)
Currently translated at 100.0% (5 of 5 strings)

Translation: web-16.0/web-16.0-web_chatter_position
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_chatter_position/de/
2023-12-20 02:38:51 +00:00
jappi00 7748bec128 Translated using Weblate (German)
Currently translated at 40.0% (2 of 5 strings)

Translation: web-16.0/web-16.0-web_chatter_position
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_chatter_position/de/
2023-12-19 23:53:03 +00:00
jappi00 fc52ab26d1 Added translation using Weblate (German) 2023-12-19 23:51:32 +00:00
OCA-git-bot d66d561d46 [BOT] post-merge updates 2023-12-18 07:47:11 +00:00
OCA-git-bot 2a12301af2 Merge PR #2696 into 16.0
Signed-off-by yajo
2023-12-18 07:44:16 +00:00
Jairo Llopis 2eb3fad484
[BUILD] web_responsive: resign as maintainer 2023-12-18 07:43:09 +00:00
Weblate 7f9937ab81 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-16.0/web-16.0-web_widget_numeric_step
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_numeric_step/
2023-12-14 14:04:34 +00:00
OCA-git-bot cb5fd37c5f [BOT] post-merge updates 2023-12-14 14:04:15 +00:00
oca-ci 2b17944db8 [UPD] Update web_widget_numeric_step.pot 2023-12-14 14:01:18 +00:00
OCA-git-bot 9258758cf7 Merge PR #2694 into 16.0
Signed-off-by yajo
2023-12-14 13:58:40 +00:00
Jairo Llopis b6ca76d338
[FIX] web_widget_numeric_step: always display on touch screens; avoid layout jumping otherwise
Before this patch:
- On a tablet, buttons wouldn't display (big screen; can't hover).
- On a PC, fields would make layout jumps while hovering.

@moduon MT-4472
2023-12-14 12:49:51 +00:00
OCA-git-bot e39a1201cc [BOT] post-merge updates 2023-12-12 11:16:11 +00:00
OCA-git-bot b51e5e8926 Merge PR #2692 into 16.0
Signed-off-by yajo
2023-12-12 11:13:09 +00:00
Jairo Llopis ffda6da374
[FIX] web_widget_numeric_step: disable buttons on readonly fields
Before this patch, if a field was readonly, the user could still use the +/- buttons to alter its value. Not good!

@moduon MT-4396
2023-12-12 11:05:06 +00:00
OCA-git-bot dfa39504fc [BOT] post-merge updates 2023-12-12 11:04:09 +00:00
OCA-git-bot 2b40138c74 Merge PR #2691 into 16.0
Signed-off-by yajo
2023-12-12 11:01:02 +00:00
Jairo Llopis d914b4eadc
[IMP] web_widget_numeric_step: display always on mobile
Mobile screens benefit most from this module's enhanced usability.

However, since the events used for displaying/hiding the +/- buttons depend on mouse, at the end you'll never see these buttons on mobile screens.

Thus, here's a new approach: smaller screens *always* display the buttons.

Besides, inputmode is now decimal, just like upstream float fields.

@moduon MT-4396
2023-12-12 11:00:18 +00:00
Ivorra78 77ba5a98c7 Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_apply_field_style
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_apply_field_style/es/
2023-12-07 22:34:23 +00:00
Ivorra78 460f86f8b6 Translated using Weblate (Spanish)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_widget_mpld3_chart
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_mpld3_chart/es/
2023-12-07 22:34:23 +00:00
Ivorra78 af2f841e0b Added translation using Weblate (Spanish) 2023-12-07 19:37:29 +00:00
mymage dada4dc42e Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_widget_mpld3_chart
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_mpld3_chart/it/
2023-12-04 15:34:28 +00:00
mymage 235cb14bc6 Added translation using Weblate (Italian) 2023-12-04 12:35:09 +00:00
OCA-git-bot e997fe8141 [BOT] post-merge updates 2023-12-04 11:21:19 +00:00
oca-ci 5a82e4b493 [UPD] Update web_widget_mpld3_chart.pot 2023-12-04 11:18:03 +00:00
OCA-git-bot 9a34d3c5d9 Merge PR #2539 into 16.0
Signed-off-by etobella
2023-12-04 11:15:22 +00:00
BernatPForgeFlow 4384f709b7 [IMP] web_widget_mpld3_chart: Move widget from CharField to Component(Json field) 2023-11-30 12:09:18 +01:00
OCA-git-bot 0cb7387ae4 [BOT] post-merge updates 2023-11-28 14:22:53 +00:00
OCA-git-bot f812ef8386 Merge PR #2546 into 16.0
Signed-off-by tarteo
2023-11-28 14:19:56 +00:00
mymage fa89835c7a Added translation using Weblate (Italian) 2023-11-27 14:09:52 +00:00
mymage 519f58521f Added translation using Weblate (Italian) 2023-11-27 13:57:11 +00:00
mymage 2f182f9cec Added translation using Weblate (Italian) 2023-11-27 13:57:06 +00:00
mymage b094dc1515 Added translation using Weblate (Italian) 2023-11-27 13:11:40 +00:00
mymage 1af47404a1 Added translation using Weblate (Italian) 2023-11-27 13:11:37 +00:00
mymage c5b80faaf5 Added translation using Weblate (Italian) 2023-11-27 12:51:32 +00:00
mymage c737e56afb Added translation using Weblate (Italian) 2023-11-27 12:51:29 +00:00
mymage dfecfa54d2 Added translation using Weblate (Italian) 2023-11-27 12:31:19 +00:00
mymage 9ac75245f1 Added translation using Weblate (Italian) 2023-11-27 12:31:13 +00:00
mymage 70ba072a34 Added translation using Weblate (Italian) 2023-11-27 11:48:36 +00:00
mymage f76da84b13 Added translation using Weblate (Italian) 2023-11-27 11:48:33 +00:00
mymage 184c674e05 Added translation using Weblate (Italian) 2023-11-27 11:38:07 +00:00
mymage c4d6e7cfc4 Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_widget_dropdown_dynamic
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_dropdown_dynamic/it/
2023-11-27 11:37:59 +00:00
mymage a4a6cbb58a Translated using Weblate (Italian)
Currently translated at 100.0% (1 of 1 strings)

Translation: web-16.0/web-16.0-web_apply_field_style
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_apply_field_style/it/
2023-11-27 11:37:59 +00:00
mymage 5c751b6d24 Translated using Weblate (Italian)
Currently translated at 100.0% (2 of 2 strings)

Translation: web-16.0/web-16.0-web_refresher
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_refresher/it/
2023-11-27 11:37:59 +00:00
mymage adf3e6a169 Translated using Weblate (Italian)
Currently translated at 100.0% (2 of 2 strings)

Translation: web-16.0/web-16.0-web_select_all_companies
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_select_all_companies/it/
2023-11-27 11:37:58 +00:00
mymage c0be856bc0 Added translation using Weblate (Italian) 2023-11-27 11:37:02 +00:00
mymage de40024838 Translated using Weblate (Italian)
Currently translated at 100.0% (2 of 2 strings)

Translation: web-16.0/web-16.0-web_tree_duplicate
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_tree_duplicate/it/
2023-11-27 11:34:55 +00:00
mymage de2be3c868 Translated using Weblate (Italian)
Currently translated at 50.0% (1 of 2 strings)

Translation: web-16.0/web-16.0-web_tree_duplicate
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_tree_duplicate/it/
2023-11-27 11:34:02 +00:00
mymage 526b6735f3 Translated using Weblate (Italian)
Currently translated at 100.0% (3 of 3 strings)

Translation: web-16.0/web-16.0-web_save_discard_button
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_save_discard_button/it/
2023-11-27 11:34:02 +00:00