oca-ocb-core/odoo-bringout-oca-ocb-payment/payment/data/payment_provider_data.xml
Ernad Husremovic a6177fc077 Fix payment_provider_data.xml to use payment module's own icon
Changed image_128 reference from payment_custom/static/description/icon.png
to payment/static/description/icon.png since payment_custom module is not
available in the addons path. Also removed module_id reference.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 17:58:54 +01:00

13 lines
419 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo noupdate="1">
<!-- bosnian no providers except Wire Transfer -->
<record id="payment_provider_transfer" model="payment.provider">
<field name="name">Wire Transfer</field>
<field name="sequence">30</field>
<field name="image_128"
type="base64"
file="payment/static/description/icon.png"/>
</record>
</odoo>