-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[IMP] web: update javascript odoo modules #7640
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
Conversation
17a326c to
bf94c2f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can improve again :-)
Here's how I see it:
- intro (we use native modules, simpler, IDE...)
- but we transpile everything in src and tests in odoo modules -> exemple de code transpilé
- can be disabled with odoo-module ignore (odoo will check first line blablabla)
- in other folders, no transpiler by default, can be enable with odoo-module
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello, thank you for the PR!
Can we take advantage of this PR to reflect the changes in the tutorial ?
- There is a odoo-module here
documentation/content/developer/tutorials/master_odoo_web_framework/02_create_gallery_view.rst L212 - The warning should not be useful anymore
documentation/content/developer/tutorials/discover_js_framework/01_owl_components.rstL125
bf94c2f to
ef3e8c8
Compare
AntoineVDV
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
@robodoo delegate+
1601abe to
438ba77
Compare
aab-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
robodoo r+
|
I'm sorry, @aab-odoo. I'm afraid I can't do that. |
This commit adapts the javascript modules section with the last update odoo/odoo#142858 and some outdated features.
438ba77 to
ba773cb
Compare
|
@robodoo r+ |
This commit adapts the javascript modules section with the last update odoo/odoo#142858 and some outdated features. closes #7640 Signed-off-by: Michaël Mattiello (mcm) <[email protected]>
This commit adapts the javascript modules section with the last update odoo/odoo#142858 and some outdated features.