[MIG] web_widget_open_tab: Migration to 18.0#3029
Closed
Conversation
…inside other forms
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/
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
```
066cc1d to
556a3cc
Compare
Member
Author
|
@yostashiro I noticed you commented on another MIG PR for this, so would you be willing to take a look at the unfortunate last commit I just pushed up? I had to set this to the side for a time and still don't have it working yet. |
Member
Author
|
@widadelbekkouri-odoo "Given enough eyeballs, all bugs are shallow"? |
Member
|
@amh-mw Sorry, I don't have time to work on this at the moment. |
Member
Author
|
Closing in favor of #3173. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.