forked from Mapan/odoo17e
15 lines
651 B
XML
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>
|