[MIG] payment_forte: to 15.0, changes to make tests work (WIP)

H4431
This commit is contained in:
Jorge Che
2022-06-08 15:51:00 +00:00
parent 168661d1ec
commit d05d2b8042
5 changed files with 51 additions and 21 deletions

View File

@@ -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>