mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 05:52:07 +02:00
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:
parent
4ac739ea16
commit
a6177fc077
1 changed files with 1 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue