I want to add another payment method in wizard Register payment; So I added this data; but nothing happened. What's wrong, please? Thanks.
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="account_payment_method_other_in" model="account.payment.method">
<field name="name">Other</field>
<field name="code">other</field>
<field name="payment_type">inbound</field>
</record>
<record id="account_payment_method_other_out" model="account.payment.method">
<field name="name">Other</field>
<field name="code">other</field>
<field name="payment_type">outbound</field>
</record>
</odoo>
'data': [
'data/my_file.xml',]