Fix xpath: o_wsale_product_grid_wrapper is a div, not an a tag

This commit is contained in:
snt 2026-03-29 17:12:20 +02:00
parent cd54429cf8
commit 5d99dbeaeb
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
</a>
</xpath>
<xpath expr="//a[contains(@class, 'o_wsale_product_grid_wrapper')]" position="after">
<xpath expr="//div[contains(@class, 'o_wsale_product_grid_wrapper')]" position="after">
<div t-if="product.multimedia_embed_url" class="o_multimedia_hover_player">
<iframe
loading="lazy"