-
Notifications
You must be signed in to change notification settings - Fork 8.6k
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
[FW][IMP] developer/*: update js code to ES6 #11483
Conversation
This commit updates javascript code to be up to date with the codebase standards: - use the `static` keyword when possible - proper owl imports - removed unecessary `@odoo-module` directives X-original-commit: 8ef0514
@BastienFafchamps this PR targets master and is the last of the forward-port chain. To merge the full chain, use
More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@robodoo r+ |
@kebeclibre you can't review+. |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
5 similar comments
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@AntoineVDV Hello, Can we get an r+ on that one (and/or giving me the r+ rights ?) |
@BastienFafchamps this forward port of #11466 is awaiting action (not merged or closed). |
@robodoo r+ I can't give r+ rights, only delegate; it's something to ask to the runbot team :p Note that @BastienFafchamps is able to r+ since it's a forward-port of a PR he's the author of, same as on the other runbot-powered odoo/* repositories. |
This PR updates javascript code to be up to date with the codebase standards: - use the `static` keyword when possible - proper owl imports - removed unecessary `@odoo-module` directives Task ID: 2258359 closes #11483 Forward-port-of: #11466 Signed-off-by: Bastien Fafchamps (bafa) <[email protected]> Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
This PR updates javascript code to be up to date with the codebase standards: - use the `static` keyword when possible - proper owl imports - removed unecessary `@odoo-module` directives Task ID: 2258359 closes #11483 Forward-port-of: #11466 Signed-off-by: Bastien Fafchamps (bafa) <[email protected]> Signed-off-by: Antoine Vandevenne (anv) <[email protected]>
This PR updates javascript code to be up to date with the codebase standards:
static
keyword when possible@odoo-module
directivesTask ID: 2258359
Forward-Port-Of: #11466