OCA-git-bot
0a33082cc6
Merge PR #2891 into 16.0
...
Signed-off-by pedrobaeza
2024-07-24 05:22:42 +00:00
Carlos Roca
fc03b2d0b9
[FIX] web_refresher: Define displayRefresher in setup instead of using a getter
...
Before this changes whe trying to access to a view with the refresher,
in mobile view, an error was thrown.
As it is not necessary to define the value in a get function, defining
the value in the setup solves the problem.
2024-07-24 07:07:55 +02:00
OCA-git-bot
acbeaf4575
[BOT] post-merge updates
2024-07-23 08:27:43 +00:00
OCA-git-bot
e99023910a
Merge PR #2889 into 16.0
...
Signed-off-by pedrobaeza
2024-07-23 08:23:12 +00:00
Taras Shabaranskyi
324c5ea02d
[FIX] web_refresher: new record refresh
2024-07-23 07:14:35 +03:00
Akim Juillerat
3af6b1d7f4
Support dynamic default time from another field
2024-07-16 22:03:00 +02:00
Akim Juillerat
65bdd44cf8
Create module web_datetime_picker_default_time
2024-07-10 21:24:05 +02:00
Houzéfa Abbasbhay
432dbb2566
[FIX] web_timeline: Redraw issues with initial mode
...
This commit fixes redraw issues when setting a `mode` attribute in the
`timeline` view tag.
This mode specifies a default scale one would want to set; same as when
clicking on Day/Week/Month buttons at the top of the view.
Initial rendering had issues here because data was loaded too soon,
before the timeline component was rendered/ready. The fix is to load
data into the component only after initial redraw event, called
`changed` (see <https://visjs.github.io/vis-timeline/docs/timeline/#Events >).
There was old code attempting to call `on_scale_xxx_clicked` methods at
load time to simulate clicks on these Day/Week/Month buttons, but these
methods have been renamed so this code is no longer working.
This commit also removes the `current_window` instance variable, not
needed and actually confusing as the timeline component already
maintains its own start/end information (which we can query with
`timeline.getWindow()`).
2024-07-08 09:51:21 +02:00
OCA-git-bot
c177834d57
[BOT] post-merge updates
2024-06-25 20:44:11 +00:00
OCA-git-bot
9467a4e956
Merge PR #2862 into 16.0
...
Signed-off-by legalsylvain
2024-06-25 20:39:13 +00:00
pilarvargas-tecnativa
21a4cc45ce
[FIX] web_responsive: Remove view that does not allow zooming in mobile view
...
This feature is already defined for backend views in odoo.
Views can be consulted at 54f84aedf8/addons/web/views/webclient_templates.xml (L294)
TT49728
2024-06-25 17:39:53 +02:00
mymage
64164bed5e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_one2many_tree_line_duplicate
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_one2many_tree_line_duplicate/it/
2024-06-14 17:42:44 +00:00
mymage
3e2c33648d
Added translation using Weblate (Italian)
2024-06-14 15:01:59 +00:00
OCA-git-bot
ab60a48eff
[BOT] post-merge updates
2024-06-14 08:44:02 +00:00
oca-ci
1cea687d7f
[UPD] Update web_widget_one2many_tree_line_duplicate.pot
2024-06-14 08:40:22 +00:00
OCA-git-bot
34feddd65d
Merge PR #2809 into 16.0
...
Signed-off-by pedrobaeza
2024-06-14 08:35:58 +00:00
Carlos Roca
f239c3c5d3
[MIG] web_widget_one2many_tree_line_duplicate: Migration to 16.0
2024-06-13 14:32:20 +02:00
OCA-git-bot
d05096c791
[BOT] post-merge updates
2024-06-11 15:47:30 +00:00
OCA-git-bot
29cee78dee
Merge PR #2843 into 16.0
...
Signed-off-by pedrobaeza
2024-06-11 15:43:17 +00:00
Carlos Roca
783536a818
[FIX] web_dialog_size: Fixes on legacy Dialogs
...
The problems found on Legacy Dialogs are the next:
1. The modal can't be dragged
2. The button for extending and reduce the modal is doing nothing
3. The x for close the modal is showed twice
You can test it with dialogs showed on Vault module
2024-06-11 09:15:24 +02:00
Rodrigo Macedo
e87080d976
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (15 of 15 strings)
Translation: web-16.0/web-16.0-web_m2x_options
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_m2x_options/pt_BR/
2024-05-29 19:35:08 +00:00
OCA-git-bot
d83e8543db
[BOT] post-merge updates
2024-05-26 08:12:09 +00:00
OCA-git-bot
3c843b80db
Merge PR #2824 into 16.0
...
Signed-off-by dreispt
2024-05-26 08:07:54 +00:00
OCA-git-bot
62542a6163
[BOT] post-merge updates
2024-05-22 18:20:16 +00:00
OCA-git-bot
a849e873c8
Merge PR #2832 into 16.0
...
Signed-off-by pedrobaeza
2024-05-22 18:16:13 +00:00
pilarvargas-tecnativa
4f758fca5a
[FIX] web_responsive: Remove unnecessary media query
...
Remove unnecessary media query as odoo has support
for long titles. This style causes an error in the
layout of the affected views.
2024-05-22 12:28:57 +02:00
Rodrigo Macedo
c7b154823e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (6 of 6 strings)
Translation: web-16.0/web-16.0-web_widget_open_tab
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_open_tab/pt_BR/
2024-05-22 03:13:17 +00:00
Rodrigo Macedo
95de524101
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (4 of 4 strings)
Translation: web-16.0/web-16.0-web_advanced_search
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_advanced_search/pt_BR/
2024-05-22 03:13:16 +00:00
OCA-git-bot
6354d68c1e
[BOT] post-merge updates
2024-05-21 17:38:17 +00:00
OCA-git-bot
979536b4c9
Merge PR #2790 into 16.0
...
Signed-off-by pedrobaeza
2024-05-21 17:05:39 +00:00
Rodrigo Macedo
173138fccd
Translated using Weblate (Portuguese (Brazil))
...
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/pt_BR/
2024-05-21 03:08:58 +00:00
Rodrigo Macedo
141ce89d35
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_x2many_2d_matrix
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_x2many_2d_matrix/pt_BR/
2024-05-21 03:08:57 +00:00
Rodrigo Macedo
5c425badd1
Translated using Weblate (Portuguese (Brazil))
...
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/pt_BR/
2024-05-21 03:08:56 +00:00
Rodrigo Macedo
67bcf0959f
Translated using Weblate (Portuguese (Brazil))
...
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/pt_BR/
2024-05-21 03:08:53 +00:00
mymage
c6ed435003
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_pattern
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_pattern/it/
2024-05-20 13:38:33 +00:00
mymage
f149637234
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1 of 1 strings)
Translation: web-16.0/web-16.0-web_widget_pattern_partner_autocomplete
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_pattern_partner_autocomplete/it/
2024-05-20 13:38:33 +00:00
mymage
3a5b1fbbed
Translated using Weblate (Italian)
...
Currently translated at 100.0% (6 of 6 strings)
Translation: web-16.0/web-16.0-web_widget_open_tab
Translate-URL: https://translation.odoo-community.org/projects/web-16-0/web-16-0-web_widget_open_tab/it/
2024-05-20 13:38:32 +00:00
mymage
09ba514c55
Added translation using Weblate (Italian)
2024-05-20 11:56:15 +00:00
mymage
244c25df2f
Added translation using Weblate (Italian)
2024-05-20 11:55:59 +00:00
OCA-git-bot
aa0d32aff2
[BOT] post-merge updates
2024-05-18 18:15:19 +00:00
OCA-git-bot
6983eee341
Merge PR #2823 into 16.0
...
Signed-off-by dreispt
2024-05-18 18:11:28 +00:00
OCA-git-bot
0e1de5c2bd
[BOT] post-merge updates
2024-05-18 17:51:24 +00:00
oca-ci
8a7aacaabe
[UPD] Update web_widget_pattern_partner_autocomplete.pot
2024-05-18 17:47:11 +00:00
oca-ci
5aead72bed
[UPD] Update web_widget_pattern.pot
2024-05-18 17:47:11 +00:00
OCA-git-bot
5be9744666
Merge PR #2806 into 16.0
...
Signed-off-by dreispt
2024-05-18 17:42:44 +00:00
hda
70efc5aedb
[FIX] web_field_tooltip: ir.model and ir.model.fields access if not admin
2024-05-16 14:21:44 +02:00
Vincent Hatakeyama
c8758a1498
[FIX] web_m2x_options: fix usage errors
2024-05-15 16:57:26 +02:00
Hughes Damry
837a066400
Translated using Weblate (French)
...
Currently translated at 82.1% (23 of 28 strings)
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/fr/
2024-05-15 12:38:54 +00:00
OCA-git-bot
18ed6ad14e
[BOT] post-merge updates
2024-05-09 16:31:54 +00:00
OCA-git-bot
80cc5906ac
Merge PR #2720 into 16.0
...
Signed-off-by luisg123v
2024-05-09 16:27:42 +00:00