Skip to content

Commit

Permalink
Merge commit 'refs/pull/168/head' of https://github.com/oca/product-pack
Browse files Browse the repository at this point in the history
 into 16.0-6810
  • Loading branch information
docker-odoo committed Apr 30, 2024
2 parents 91aa86b + c89a473 commit a5ce431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website_sale_product_pack/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<xpath expr="//td[hasclass('td-img')]" position="attributes">
<attribute
name="t-if"
>line.product_id.product_tmpl_id and not line.pack_parent_line_id</attribute>
>not line.product_id and not line.pack_parent_line_id</attribute>
</xpath>
<xpath
expr="//span[@t-if='line._is_not_sellable_line() and line.product_id.image_128']"
Expand Down

0 comments on commit a5ce431

Please sign in to comment.