WIP search domain ebsite

This commit is contained in:
snt 2024-09-18 17:21:07 +02:00
parent 3e0c3eeccb
commit d57fa37505
8 changed files with 56 additions and 75 deletions

View file

@ -8,10 +8,10 @@
>
<xpath expr="//a[@t-field='product.name']" position="replace">
<a class="text-primary text-decoration-none" itemprop="name" t-att-href="product_href">
<span><t t-att-content="product.name" t-out="product.name" class="fw-bold"/>. </span>
<span t-if="product.subtitle" class="text-small-muted"><t t-out="product.subtitle" />. </span>
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
</a>
<span><t t-att-content="product.name" t-out="product.name" class="fw-bold"/>. </span>
<span t-if="product.subtitle" class="text-small-muted"><t t-out="product.subtitle" />. </span>
<span t-if="product.autor"><b><t t-out="product.autor" /></b></span>
</a>
</xpath>
</template>
<template