David
e248584d34
[MIG] web_disable_group_export: Migration to 11.0
2023-06-16 12:45:39 +02:00
Andrea
9023bca634
Add module web_disable_export_group
2023-06-16 12:42:54 +02:00
mymage
704a643346
Translated using Weblate (Italian)
...
Currently translated at 100.0% (18 of 18 strings)
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/it/
2023-06-13 16:08:41 +00:00
mymage
e400c33dbf
Translated using Weblate (Italian)
...
Currently translated at 100.0% (4 of 4 strings)
Translation: web-15.0/web-15.0-web_dialog_size
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_dialog_size/it/
2023-06-07 13:09:40 +00:00
Weblate
2541801664
Update translation files
...
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: web-15.0/web-15.0-web_responsive
Translate-URL: https://translation.odoo-community.org/projects/web-15-0/web-15-0-web_responsive/
2023-05-29 13:02:18 +00:00
OCA-git-bot
0389ff2f70
[UPD] addons table in README.md
2023-05-29 13:02:05 +00:00
OCA-git-bot
e47c0dd207
web_responsive 15.0.1.1.9
2023-05-29 13:01:59 +00:00
oca-ci
62f8de82fc
[UPD] Update web_responsive.pot
2023-05-29 12:58:39 +00:00
OCA-git-bot
e07c413d04
Merge PR #2518 into 15.0
...
Signed-off-by pedrobaeza
2023-05-29 12:56:20 +00:00
Carlos Roca
d372d9ed89
[IMP] web_responsive: Remove z and x hotkeys
2023-05-26 11:52:50 +02:00
OCA-git-bot
5b4bdd2d6c
[UPD] addons table in README.md
2023-05-25 15:18:32 +00:00
OCA-git-bot
2e9ad204f8
web_responsive 15.0.1.1.8
2023-05-25 15:18:26 +00:00
OCA-git-bot
08d639d6fd
Merge PR #2516 into 15.0
...
Signed-off-by pedrobaeza
2023-05-25 15:07:44 +00:00
Carlos Roca
46fbcbd1ec
[FIX] web_responsive: Wrap text when display_name is too long
2023-05-25 16:33:38 +02:00
OCA-git-bot
1c74e00831
[UPD] addons table in README.md
2023-05-17 10:10:17 +00:00
OCA-git-bot
a15326b4d2
web_pivot_computed_measure 15.0.1.0.1
2023-05-17 10:10:10 +00:00
OCA-git-bot
eb972097a9
Merge PR #2497 into 15.0
...
Signed-off-by pedrobaeza
2023-05-17 10:06:29 +00:00
Carlos Roca
3918f84eef
[FIX] web_pivot_computed_measure: Error when using filter created with favorites
2023-05-17 11:27:15 +02:00
OCA-git-bot
43011b1292
[UPD] addons table in README.md
2023-05-15 10:50:20 +00:00
OCA-git-bot
b1b73d6250
web_time_range_menu_custom 15.0.1.0.1
2023-05-15 10:50:10 +00:00
OCA-git-bot
bb87fdc9fd
Merge PR #2499 into 15.0
...
Signed-off-by pedrobaeza
2023-05-15 10:46:21 +00:00
Carlos Roca
52124d85d3
[IMP] web_time_range_menu_custom: Dates include today but other granularities not
2023-05-11 11:23:12 +02:00
OCA-git-bot
8592d3fc75
[UPD] addons table in README.md
2023-04-19 15:58:06 +00:00
OCA-git-bot
add090c656
web_advanced_search 15.0.1.1.2
2023-04-19 15:58:00 +00:00
OCA-git-bot
5f2198e6e8
Merge PR #2484 into 15.0
...
Signed-off-by ivantodorovich
2023-04-19 15:54:11 +00:00
Ivàn Todorovich
66b4dd2dd8
[FIX] `web_advanced_search`: Exception raised with "Search more..."
...
Steps to reproduce:
1. Go to Contacts (for example).
2. Filters > Add Custom Filter.
3. Select "Company" field.
4. Select "is equal to" operator.
5. Click on "Search more..." button.
6. Select a record.
Result:
An exception is raised
```
UncaughtPromiseError > TypeError
Uncaught Promise > parent._trigger_up is not a function
```
Expected:
It should open the search more dialog, and let the user select a record.
2023-04-18 11:56:54 -03:00
OCA-git-bot
98c78299a5
[ADD] setup.py
2023-03-29 15:57:01 +00:00
OCA-git-bot
1d7b2479ec
[UPD] README.rst
2023-03-29 15:57:00 +00:00
OCA-git-bot
04064b8d20
[UPD] addons table in README.md
2023-03-29 15:56:54 +00:00
oca-ci
f3f4eb764e
[UPD] Update web_time_range_menu_custom.pot
2023-03-29 14:20:21 +00:00
OCA-git-bot
25521aa1da
Merge PR #2471 into 15.0
...
Signed-off-by pedrobaeza
2023-03-29 14:11:21 +00:00
Carlos Roca
ab4dd9a465
[MIG] web_time_range_menu_custom: Migration to 15.0
2023-03-29 09:19:13 +02:00
Carlos Roca
a2f20904b8
[IMP] web_time_range_menu_custom: black, isort, prettier
2023-03-28 12:33:39 +02:00
Alexandre D. Díaz
840ab92bb4
[FIX] web_time_range_menu_custom: Mix custom and 'no custom' periods
...
Steps to reproduce:
- Go to pivot view
- Select a custom time range
- Select a predefined comparison period (Ex. Previous Period)
Now you see that the comparison period is not being applied.
After this commit the comparison period is applied correctly.
TT29249
2023-03-28 12:33:39 +02:00
Alexandre D. Díaz
9dc3acb296
[ADD] web_time_range_menu_custom
2023-03-28 12:33:39 +02:00
oca-git-bot
266ed71fd0
[IMP] update dotfiles [ci skip]
2023-03-12 21:14:40 +01:00
OCA-git-bot
c2c66c47e1
[UPD] addons table in README.md
2023-03-06 17:36:08 +00:00
OCA-git-bot
303b0c9e73
web_timeline 15.0.1.0.2
2023-03-06 17:36:01 +00:00
OCA-git-bot
e8d9b72fa8
Merge PR #2430 into 15.0
...
Signed-off-by pedrobaeza
2023-03-06 17:32:41 +00:00
Carlos Roca
3ff0a226b4
[FIX] web_timeline: css and styles not charged when rendering timeline
...
On library version update a new feature was added at Timeline creation level to
allow modifying the xss. By keeping it active the css classes are not showed
As the view is on backend, has no sense to keep it active. So we deactivate the
feature to allow show the timeline correctly.
TT40299
2023-03-06 16:58:12 +01:00
OCA-git-bot
00e77011ce
[UPD] addons table in README.md
2023-03-06 08:10:58 +00:00
OCA-git-bot
9aa6bb3139
web_responsive 15.0.1.1.7
2023-03-06 08:10:44 +00:00
OCA-git-bot
2071382450
Merge PR #2424 into 15.0
...
Signed-off-by pedrobaeza
2023-03-06 08:07:42 +00:00
anjeel.haria
1ba43a6d6f
[FIX] web_responsive: Hide document viewer on App switcher
...
Fix to close attachment viewer automatically when moving to other app
Updated code for fix
Updated code for fix
Updated code for fix
2023-03-06 08:52:11 +01:00
OCA-git-bot
f62ffa8f76
[ADD] setup.py
2023-03-01 20:00:19 +00:00
OCA-git-bot
9f959f760f
[UPD] README.rst
2023-03-01 20:00:18 +00:00
OCA-git-bot
cfe8f8d7b7
[UPD] addons table in README.md
2023-03-01 20:00:12 +00:00
oca-ci
04fde80f7f
[UPD] Update web_pivot_computed_measure.pot
2023-03-01 19:57:13 +00:00
OCA-git-bot
d04acba543
Merge PR #2341 into 15.0
...
Signed-off-by pedrobaeza
2023-03-01 19:54:35 +00:00
OCA-git-bot
a243b4b784
[UPD] addons table in README.md
2023-02-20 09:03:37 +00:00