-
-
Notifications
You must be signed in to change notification settings - Fork 193
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][17.0]sale_order_report_product_image #267
base: 17.0
Are you sure you want to change the base?
[MIG][17.0]sale_order_report_product_image #267
Conversation
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.
LGTM
</th> | ||
<td name="td_name" position="before"> | ||
<td name="td_image"> | ||
<span |
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.
Should change to use new schema in odoo 17, like this sample?
<span><img t-if="line.product_id.image_128" t-att-src="image_data_uri(line.product_id.image_128)" /></span>
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 dont mind it either way
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 tested and doesn't work with your current migration, please check
Hi @ristecona Do you have any updates on this PR? |
hi @edy1192 yes updated please test |
No description provided.