1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_sale_external_tax/views/templates.xml
2024-12-10 09:04:09 +07:00

12 lines
570 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="total" inherit_id="website_sale.total">
<tr id="order_total_taxes" position="attributes">
<attribute name="t-att-style">'display: none;' if not on_payment_step and website_sale_order.is_tax_computed_externally else ''</attribute>
</tr>
<tr id="order_total" position="attributes">
<attribute name="t-att-style">'display: none;' if not on_payment_step and website_sale_order.is_tax_computed_externally else ''</attribute>
</tr>
</template>
</odoo>