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

13 lines
600 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<record id="shiprocket_payment_method_cash_on_delivery" model="payment.method">
<field name="name">Shiprocket: Cash on Delivery</field>
<field name="code">shiprocket_cash_on_delivery</field>
<field name="sequence">1000</field>
<field name="image" type="base64" file="website_sale_shiprocket/static/img/cash_on_delivery.png"/>
<field name="support_tokenization">False</field>
<field name="support_express_checkout">False</field>
<field name="support_refund"/>
</record>
</odoo>