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

15 lines
651 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="checkout_delivery" inherit_id="website_sale.payment_delivery_methods">
<xpath expr="//input[@name='delivery_type']" position="attributes">
<attribute name="t-att-data-shiprocket-payment-method">delivery.shiprocket_payment_method</attribute>
</xpath>
</template>
<template id="payment_method_form" inherit_id="payment.method_form">
<xpath expr="//input[@name='o_payment_radio']" position="attributes">
<attribute name="t-att-data-provider-custom-mode">provider_sudo.custom_mode</attribute>
</xpath>
</template>
</odoo>