You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
593 B

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="ProductItem" t-inherit="point_of_sale.ProductItem" t-inherit-mode="extension" owl="1">
<xpath expr="//article[hasclass('product')]" position="inside">
<div class="pos-product-magnify" style="position:absolute; top:0; left:0;" t-on-click="() => this.trigger('click-magnify-product', props.product)">
<i role="img" aria-label="Info" title="Magnify" class="product-info-button fa fa-plus-square" />
</div>
</xpath>
</t>
</templates>