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>
This commit is contained in:
Ernad Husremovic 2025-11-29 17:58:54 +01:00
parent 4ac739ea16
commit a6177fc077

View file

@ -7,8 +7,7 @@
<field name="sequence">30</field> <field name="sequence">30</field>
<field name="image_128" <field name="image_128"
type="base64" type="base64"
file="payment_custom/static/description/icon.png"/> file="payment/static/description/icon.png"/>
<field name="module_id" ref="base.module_payment_custom"/>
</record> </record>
</odoo> </odoo>