Commit Graph

1928 Commits

Author SHA1 Message Date
trisdoan
1ec010667f [IMP] web_dialog_size: hide restore button when opening dialog 2024-05-15 16:21:27 +07:00
OCA-git-bot
411eef22f2 [BOT] post-merge updates 2024-04-15 14:07:35 +00:00
OCA-git-bot
7381f10bba Merge PR #2796 into 15.0
Signed-off-by pedrobaeza
2024-04-15 14:04:28 +00:00
Carlos Roca
e49aac8a36 [FIX] web_pivot_computed_measure: Avoid Infinity errors by comparisons
As with the values that computed measurements can take, comparisons can
also take these values which are formatted by the function
getFormattedVariation. So we extend this method to take infinite values
into account.
2024-04-15 13:22:01 +02:00
Weblate
4e1809f10b Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-15.0/web-15.0-web_widget_open_tab
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_widget_open_tab/
2024-04-15 11:11:42 +00:00
OCA-git-bot
2ce992e57b [BOT] post-merge updates 2024-04-15 11:11:21 +00:00
oca-ci
9e35e3fd0b [UPD] Update web_widget_open_tab.pot 2024-04-15 11:06:24 +00:00
OCA-git-bot
0fa67fa637 Merge PR #2523 into 15.0
Signed-off-by dreispt
2024-04-15 11:03:47 +00:00
Aungkokolin1997
91187db359 [IMP] consider display_name field 2024-04-10 17:19:12 +07:00
OCA-git-bot
c27712cce4 [BOT] post-merge updates 2024-04-03 13:43:42 +00:00
oca-ci
77c4af5577 [UPD] Update web_filter_header_button.pot 2024-04-03 13:40:19 +00:00
OCA-git-bot
ab27331b0d Merge PR #2768 into 15.0
Signed-off-by pedrobaeza
2024-04-03 13:36:26 +00:00
Weblate
16838233fb Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-15.0/web-15.0-web_notify
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_notify/
2024-04-01 11:16:54 +00:00
OCA-git-bot
a1c450a472 [BOT] post-merge updates 2024-04-01 11:16:30 +00:00
oca-ci
52a84070a4 [UPD] Update web_notify.pot 2024-04-01 11:13:20 +00:00
OCA-git-bot
382959c9a4 Merge PR #2753 into 15.0
Signed-off-by pedrobaeza
2024-04-01 11:10:51 +00:00
OCA-git-bot
4d4113cbe5 [BOT] post-merge updates 2024-03-27 09:22:29 +00:00
OCA-git-bot
4192fade62 Merge PR #2784 into 15.0
Signed-off-by pedrobaeza
2024-03-27 09:19:32 +00:00
Carlos Roca
57fd46a868 [FIX] web_pivot_computed_measure: Take care about -Infinity value too 2024-03-27 10:15:46 +01:00
David
3011822561 [ADD] web_filter_header_button: New module
TT47127
2024-03-15 17:04:59 +01:00
Weblate
5ae9cdeb3c Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: web-15.0/web-15.0-web_select_all_companies
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_select_all_companies/
2024-03-09 16:07:15 +00:00
OCA-git-bot
6ca264489d [BOT] post-merge updates 2024-03-09 15:29:20 +00:00
oca-ci
a9f6afb46c [UPD] Update web_select_all_companies.pot 2024-03-09 15:26:01 +00:00
OCA-git-bot
db622694c3 Merge PR #2636 into 15.0
Signed-off-by dreispt
2024-03-09 15:23:27 +00:00
OCA-git-bot
1c8fac3dff [BOT] post-merge updates 2024-03-08 15:13:16 +00:00
OCA-git-bot
52c8ad1c5f Merge PR #2762 into 15.0
Signed-off-by pedrobaeza
2024-03-08 15:10:08 +00:00
Carlos Roca
81fcf6cce1 [IMP] web_drop_target: Avoid errors for undefined elements
This changes are done to avoid errors in dms_field. This error is
found using this other PR: https://github.com/OCA/dms/pull/310

The steps to reproduce the error are:
1. Create a directory or a file without using drag and drop
2. Drag and drop a file into a folder and you will see the error
2024-03-08 16:01:11 +01:00
ThiagoMForgeFlow
9857c82c94 [IMP] web_widget_one2many_tree_line_duplicate: black, isort, prettier 2024-03-05 12:04:41 +01:00
OCA-git-bot
86602f3f80 [UPD] README.rst 2024-03-05 12:02:35 +01:00
OCA-git-bot
0eb3413084 web_widget_one2many_tree_line_duplicate 13.0.1.0.2 2024-03-05 12:02:35 +01:00
david
b5d23ff5d2 [FIX] web_widget_one2many_tree_line_duplicate: cloned record relations
On the cloned record we were unable to change the values of the
relational fields we we just had edited it. Here is solved adding a
pseudo onchange method that triggers the proper refreshed values as if
the record was made manually.

TT38191
2024-03-05 12:02:35 +01:00
david
dcbd8c0e1a [FIX] web_widget_one2many_tree_line_duplicate: clone wisely
- When we clone a line, we can be interested in preloading those fields
availiable in other field views available. Otherwise, we could be unable
to get the proper states in the cloned line.
- When we load the cloned field values from the rpc method, we must
discard those fields not available in the views or some subproccess
could try to get their state causing errors.

TT38191
2024-03-05 12:02:35 +01:00
OCA-git-bot
0ba403819a web_widget_one2many_tree_line_duplicate 13.0.1.0.1 2024-03-05 12:02:35 +01:00
Alexandre D. Díaz
f3e9dd459a [IMP] web_widget_one2many_tree_line_duplicate: Clone all fields 2024-03-05 12:02:35 +01:00
OCA-git-bot
022c1fe061 [ADD] icon.png 2024-03-05 12:02:35 +01:00
OCA-git-bot
6c6be956c3 [UPD] README.rst 2024-03-05 12:02:35 +01:00
oca-travis
c506fb21dc [UPD] Update web_widget_one2many_tree_line_duplicate.pot 2024-03-05 12:02:35 +01:00
Alexandre D. Díaz
045983ba39 [ADD] web_widget_one2many_tree_line_duplicate 2024-03-05 12:02:35 +01:00
Guewen Baconnier
5d1c3d5fd7 [IMP] web_notify: Add possibility to return an action in a notification 2024-03-04 10:24:16 +01:00
OCA-git-bot
dac33645f2 [BOT] post-merge updates 2024-02-20 08:33:54 +00:00
OCA-git-bot
8ddd680dd7 Merge PR #2386 into 15.0
Signed-off-by StefanRijnhart
2024-02-20 08:31:03 +00:00
Alexandre D. Díaz
db52434452 [UPD] web_tree_dynamic_colored_field: readme usage section 2024-02-19 19:17:19 +01:00
OCA-git-bot
44e18ebd16 [BOT] post-merge updates 2024-02-08 20:03:30 +00:00
OCA-git-bot
4d3274a42a Merge PR #2740 into 15.0
Signed-off-by pedrobaeza
2024-02-08 20:00:10 +00:00
Carlos Roca
9941a58328 [IMP] web_refresher: Provide the ability to reload information from a report view 2024-02-07 16:50:23 +01:00
OCA-git-bot
4c7b800293 [BOT] post-merge updates 2024-01-28 17:37:29 +00:00
OCA-git-bot
706527cb24 Merge PR #2361 into 15.0
Signed-off-by legalsylvain
2024-01-28 17:34:34 +00:00
OCA-git-bot
edde915f16 [BOT] post-merge updates 2024-01-12 08:29:56 +00:00
oca-ci
ee19bf6b3f [UPD] Update web_hide_user_menu_item.pot 2024-01-12 08:26:49 +00:00
OCA-git-bot
b03a7002e4 Merge PR #2274 into 15.0
Signed-off-by simahawk
2024-01-12 08:24:24 +00:00