WIP search domain ebsite
This commit is contained in:
parent
3e0c3eeccb
commit
d57fa37505
8 changed files with 56 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue