Commit Graph

2071 Commits (02c8a1bcaefd757628ea4b82c19a18119980cd38)

Author SHA1 Message Date
oca-ci 02c8a1bcae [UPD] Update web_refresher.pot 2024-04-18 06:56:16 +00:00
OCA-git-bot 9503c8832e Merge PR #2787 into 16.0
Signed-off-by pedrobaeza
2024-04-18 06:51:36 +00:00
OCA-git-bot 2514076522 [BOT] post-merge updates 2024-04-17 07:03:13 +00:00
OCA-git-bot 020285bcec Merge PR #2797 into 16.0
Signed-off-by pedrobaeza
2024-04-17 06:59:31 +00:00
Carlos Roca d4ea2ed219 [IMP] web_responsive: Set viewer width to 100% to better use the space
Before this changes, when previewing a pdf there was a lot of lost space

Now, it is filling all the space
2024-04-17 08:44:19 +02:00
Weblate 066b0b2293 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-16.0/web-16.0-web_field_tooltip
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_field_tooltip/
2024-04-15 15:05:48 +00:00
OCA-git-bot 9c79f34be8 [BOT] post-merge updates 2024-04-15 11:19:09 +00:00
oca-ci 2a71c5185d [UPD] Update web_ir_actions_close_wizard_refresh_view.pot 2024-04-15 11:15:24 +00:00
OCA-git-bot 4aa988413f Merge PR #2511 into 16.0
Signed-off-by dreispt
2024-04-15 11:12:20 +00:00
OCA-git-bot 59c5e0070b [BOT] post-merge updates 2024-04-15 11:06:27 +00:00
oca-ci 6d5c9ed7ec [UPD] Update web_field_tooltip.pot 2024-04-15 11:02:02 +00:00
OCA-git-bot fff0dcfda4 Merge PR #2783 into 16.0
Signed-off-by dreispt
2024-04-15 10:58:55 +00:00
Carlos Roca 6dc79241ed [IMP] web_refresher: Be able to refresh from report views 2024-04-09 10:22:49 +02:00
Ignacio Buioli 70f971c085 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (20 of 20 strings)

Translation: web-16.0/web-16.0-web_pwa_oca
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_pwa_oca/es_AR/
2024-04-08 00:59:15 +00:00
OCA-git-bot d891f17f5c [BOT] post-merge updates 2024-04-06 16:42:11 +00:00
OCA-git-bot 9adfe33ccc Merge PR #2775 into 16.0
Signed-off-by pedrobaeza
2024-04-06 16:38:36 +00:00
OCA-git-bot 716fca0fce [BOT] post-merge updates 2024-04-05 09:45:28 +00:00
OCA-git-bot 2104b36c8d Merge PR #2792 into 16.0
Signed-off-by pedrobaeza
2024-04-05 09:41:42 +00:00
David 26653818d1 [FIX] web_responsive: fix status widget visibility
Before this change the status widget was hidden as it had no width. You
can check it installing the project module and going to a task. Now you
can see the status widget along the task name.
2024-04-05 11:08:08 +02:00
Houzéfa Abbasbhay 98bc9851e6
[IMP] web_timeline: Overflow text, add hover colors
When an item label does not fit in its date-range box, overflow
according to
https://visjs.github.io/vis-timeline/examples/timeline/items/rangeOverflowItem.html

Previous CSS code was already trying to do that, but was selecting
`.vis-item.vis-item-content` instead of `.vis-item .vis-item-content`.

Displaying overflow text brings up layout issues solved by removing the
forced-100% width instruction.

This change also adds highlight when hovering a box, which is useful on
text that has overflown (as it has no borders).
2024-04-04 09:41:03 +02:00
OCA-git-bot 1e583ceccb [BOT] post-merge updates 2024-04-04 06:47:50 +00:00
OCA-git-bot 2ded89dfdf Merge PR #2788 into 16.0
Signed-off-by pedrobaeza
2024-04-04 06:44:07 +00:00
OCA-git-bot 99aadcd7c6 [BOT] post-merge updates 2024-04-02 14:54:41 +00:00
OCA-git-bot 6ca50ffd8c Merge PR #2776 into 16.0
Signed-off-by pedrobaeza
2024-04-02 14:51:13 +00:00
Houzéfa Abbasbhay 8f4fd737d0
[IMP] web_timeline: Add demo view on cron tasks
This way we can showcase this module without project_timeline.
2024-04-02 16:19:43 +02:00
OCA-git-bot 1bc582166b [BOT] post-merge updates 2024-04-02 14:16:09 +00:00
OCA-git-bot d0742b7391 Merge PR #2713 into 16.0
Signed-off-by pedrobaeza
2024-04-02 14:12:18 +00:00
Houzéfa Abbasbhay bc577b6656
[FIX] web_timeline: Wrap fields_get arg into a list
By contract the first argument of the `fields_get` method is supposed to
be a list. Before this fix, `web_timeline` would call `fields_get` with
a string instead of a list.

Fortunately in case only 1 field is being grouped, this worked as Odoo
does an `x in y` comparison in its `fields_get` implementation, which
does pass in a simple `"project_id" in "project_id"` case.

But that call remains invalid and can break when `fields_get` has been
tweaked by other modules.
2024-04-02 16:04:35 +02:00
mymage e703dd3bfc Translated using Weblate (Italian)
Currently translated at 100.0% (19 of 19 strings)

Translation: web-16.0/web-16.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_notify/it/
2024-04-02 11:35:19 +00:00
Holger Brunn 81bf7eb63f [FIX] web_tree_duplicate: adapt readme to behavior 2024-04-01 10:00:18 +02:00
Weblate 06aa46d1bc Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-16.0/web-16.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_notify/
2024-04-01 06:37:10 +00:00
OCA-git-bot 871df13026 [BOT] post-merge updates 2024-04-01 06:36:48 +00:00
oca-ci 90009c06b3 [UPD] Update web_notify.pot 2024-04-01 06:33:05 +00:00
OCA-git-bot 7f0081339f Merge PR #2598 into 16.0
Signed-off-by pedrobaeza
2024-04-01 06:29:50 +00:00
Carlos Roca 8ffee9f78e [IMP] web_refresher: Backport refresh way from v17 2024-03-28 17:10:26 +01:00
Benjamin Willig e729006a19 [MIG] web_field_tooltip: Migration to 16.0 2024-03-26 09:07:57 +01:00
OCA-git-bot baf589950a [BOT] post-merge updates 2024-03-22 17:14:07 +00:00
oca-ci 742c3ea6c6 [UPD] Update web_hide_field_with_key.pot 2024-03-22 17:10:09 +00:00
OCA-git-bot 7191e464ec Merge PR #2752 into 16.0
Signed-off-by sebastienbeau
2024-03-22 17:06:54 +00:00
Francois Poizat 326cfb1b7a ADD web_hide_field_with_key module 2024-03-22 15:38:09 +01:00
OCA-git-bot f65f71be8e [BOT] post-merge updates 2024-03-21 11:08:05 +01:00
oca-ci 746bfa6562 [UPD] Update web_field_tooltip.pot 2024-03-21 11:08:05 +01:00
Benjamin Willig a1bc845984 [REF] use FormViewDialog instead of do_action, allow to unlink a tooltip from the helper, splitted resources into multiple files 2024-03-21 11:08:05 +01:00
Benjamin Willig 95a11fbc42 [IMP] display a helper to add a tooltip on a field. Display the tooltip on list views. One tooltip per field and do not handle user specific tooltips 2024-03-21 11:08:05 +01:00
Benoit Aimont 4af5fe056d [IMP] web_field_tooltip - one rpc call 2024-03-21 11:08:05 +01:00
Benoit Aimont 75a08cc138 [ADD] web_field_tooltip 2024-03-21 11:08:05 +01:00
mymage 59e59fc59f Translated using Weblate (Italian)
Currently translated at 100.0% (2 of 2 strings)

Translation: web-16.0/web-16.0-web_copy_confirm
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_copy_confirm/it/
2024-03-12 13:36:16 +00:00
mymage 4e53ebf5da Translated using Weblate (Italian)
Currently translated at 100.0% (6 of 6 strings)

Translation: web-16.0/web-16.0-web_widget_image_webcam
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_image_webcam/it/
2024-03-12 13:36:15 +00:00
mymage ee8da621b0 Added translation using Weblate (Italian) 2024-03-12 11:04:30 +00:00
mymage c057591ed6 Added translation using Weblate (Italian) 2024-03-12 10:37:35 +00:00