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.
11 lines
392 B
11 lines
392 B
<?xml version = "1.0" encoding = "UTF-8" ?>
|
|
<odoo>
|
|
<!-- Template for website shop products page -->
|
|
<template id="products_item" inherit_id="website_sale.products_item">
|
|
<xpath expr="//div[hasclass('product_price')]" position="attributes">
|
|
<attribute name="t-if">
|
|
login_user == True
|
|
</attribute>
|
|
</xpath>
|
|
</template>
|
|
</odoo>
|
|
|