-
-
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
[MIG]Migrated web tree image in v9. #290
Conversation
openerp.web_tree_image = function (instance) { | ||
instance.web.list.Image = instance.web.list.Column.extend({ | ||
odoo.define('web.tree_image', function (require) { | ||
"use strict"; |
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.
Looks like this line needs indentation
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.
@StefanRijnhart I will improve the indentation.
Thanks for the review.
👍 |
👍 Nice work! |
Please check Travis status |
Thanks for the follow up. Next time, please write a comment saying that your changes are ready for review. Unfortunately, additional commits are now present. Could you please fix this branch? |
Sure, we will fix. |
The changes are ready to review now! |
👍 Tested on runbot |
Runbot 👍 |
Migrated web tree image in v9.