Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website_sale_advanced_tracking/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"name": "Website Sale Advanced Tracking",
"category": "website",
"version": "19.0.1.0.0",
"version": "19.0.1.1.0",
"author": "ADHOC SA",
"website": "www.adhoc.com.ar",
"license": "AGPL-3",
Expand Down
2 changes: 1 addition & 1 deletion website_sale_advanced_tracking/views/templates.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<attribute name="t-att-data-product_id">product.id</attribute>
<attribute name="t-att-data-product_sku">product.default_code</attribute>
<attribute name="t-att-data-product_name">product.name</attribute>
<attribute name="t-att-data-product_price">template_price_vals['price_reduce']</attribute>
<attribute name="t-att-data-product_price">template_price_vals['price_reduce'] if template_price_vals else product_price</attribute>
<attribute name="t-att-data-currency">website.currency_id.name</attribute>
</xpath>
</template>
Expand Down