Commit Graph

25 Commits (c4777188469d07b8d3fc3fb6d5d9c974ec93bfd3)

Author SHA1 Message Date
Adam Heinz c477718846
[FIX] web_widget_open_tab: Rename .esm.js to .js to allow import.
The import mechanism in Odoo 18 does not seem to detect .esm.js files.
```
import { OpenTabWidget, openTabWidget } from "@web_widget_open_tab/js/open_tab_widget";
```
yields
```
The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle:

    @web_widget_open_tab/js/open_tab_widget
```
2025-01-08 12:16:11 -05:00
Adam Heinz 556a3ccf6a
[MIG] web_widget_open_tab: Migration to 18.0 2024-12-28 15:18:59 -05:00
Adam Heinz 998a017c5e
[IMP] web_widget_open_tab: pre-commit auto fixes 2024-12-20 10:38:34 -05:00
mymage 53974f8455
[I18N] Translations 2024-12-20 10:37:52 -05:00
OCA-git-bot 2d17eefdb4
[BOT] post-merge updates 2024-12-20 10:37:52 -05:00
oca-ci 1df4869781
[UPD] Update web_widget_open_tab.pot 2024-12-20 10:37:52 -05:00
Marcos Oitaben 795c896adc
[MIG] web_widget_open_tab: Migration to 17.0 2024-12-20 10:37:52 -05:00
Marcos Oitaben 4fc0402a19
[IMP] web_widget_open_tab: pre-commit stuff 2024-12-20 10:37:52 -05:00
Ivorra78 bd736e7cb7
Translated using Weblate (Spanish)
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/es/
2024-12-20 10:37:52 -05:00
Aungkokolin1997 f9fa510c03
[IMP] web_widget_open_tab 2024-12-20 10:37:52 -05:00
Pedro M. Baeza 2cee13fa2a
[IMP] web_widget_open_tab: Add ROADMAP
According https://github.com/OCA/web/pull/2453#issuecomment-1625646345
2024-12-20 10:37:52 -05:00
dsolanki b11681bebd
[MIG] web_widget_open_tab: Migration to 16.0 2024-12-20 10:37:52 -05:00
dsolanki 1e0d5165f5
[IMP] web_widget_open_tab: pre-commit stuff 2024-12-20 10:37:52 -05:00
Raf Ven a3df71c247
[MIG] web_widget_open_tab: Migration to 15.0 2024-12-20 10:37:51 -05:00
Corneliuus 5df2156356
Added translation using Weblate (German) 2024-12-20 10:37:51 -05:00
Raf Ven 9924c67f5e
[MIG] web_widget_open_tab: Migration to 14.0 2024-12-20 10:37:51 -05:00
Raf Ven 9c7bc0fb0e
[IMP] web_widget_open_tab: black, isort 2024-12-20 10:37:51 -05:00
Raf Ven 2314372d30
[MIG] web_widget_open_tab: Migration to 13.0 2024-12-20 10:37:51 -05:00
Raf Ven f9897db53f
[IMP] web_widget_open_tab: black, isort 2024-12-20 10:37:51 -05:00
claudiagn 83242016c0
[I18N] Translations 2024-12-20 10:37:40 -05:00
Enric Tobella 987d745c03
[12.0] web_widget_open_tab: Allow to open tab on dashboards or trees inside other forms 2024-12-20 10:34:51 -05:00
Enric Tobella 1a12c9a84a
[MIG][12.0] web_widget_open_tab 2024-12-20 10:34:51 -05:00
Enric Tobella fcd4db9a51
[11.0][FIX] open_tab: Open new tab with the wheel 2024-12-20 10:34:51 -05:00
Adrià Gil Sorribes c6d6d954c2
[IMP] web_widget_open_tab: keep breadcrumb 2024-12-20 10:34:51 -05:00
Enric Tobella f093a6233b
[11.0][ADD] web_widget_open_tab 2024-12-20 10:34:51 -05:00