-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[16.0][MIG] web_widget_json_graph: Migration to 16.0 #2476
base: 16.0
Are you sure you want to change the base?
Conversation
…CA#1733) This module allows to load a line graph per ordered pair from an One2many or Many2many field. Co-Authored-By: Francisco Luna <[email protected]> Co-Authored-By: José Robles <[email protected]> Co-Authored-By: Luis González <[email protected]> Co-Authored-By: Nhomar Hernández <[email protected]> Co-authored-by: Francisco Luna <[email protected]> Co-authored-by: José Robles <[email protected]> Co-authored-by: Nhomar Hernández <[email protected]>
/ocabot migration web_widget_json_graph Please check pre-commit. You can install it locally for avoiding that problem. |
The error is due to:
If you are writing new-style JS, your file should be renamed to .esm.js. |
I've disabled es-lint for the following line in web_widget_json_graph.esm.js : Chart is loaded by onWillStart(() => loadJS("/web/static/lib/Chart/Chart.js")); but es-lint does'nt seems to recognize it |
The js file was rewrited with the new javascript module templates