mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] payment_forte: to 15.0, changes to make tests work (WIP)
H4431
This commit is contained in:
@@ -13,5 +13,17 @@
|
||||
<field name="forte_secure_key">dummy</field>
|
||||
</record>
|
||||
|
||||
<record id="payment_method_forte_echeck_inbound" model="account.payment.method">
|
||||
<field name="name">Forte eCheck</field>
|
||||
<field name="code">forte</field>
|
||||
<field name="payment_type">inbound</field>
|
||||
</record>
|
||||
|
||||
<record id="payment_method_forte_echeck_outbound" model="account.payment.method">
|
||||
<field name="name">Forte eCheck</field>
|
||||
<field name="code">forte</field>
|
||||
<field name="payment_type">outbound</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user