mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] payment_forte: improve unit test and allow setting journal on the payment acquirer
This commit is contained in:
@@ -6,25 +6,23 @@
|
||||
<field name="name">Forte</field>
|
||||
<field name="provider">forte</field>
|
||||
<field name="company_id" ref="base.main_company"/>
|
||||
<field name="state">test</field>
|
||||
<field name="forte_organization_id">1000</field>
|
||||
<field name="forte_location_id">1001</field>
|
||||
<field name="forte_access_id">dummy</field>
|
||||
<field name="forte_secure_key">dummy</field>
|
||||
<field name="support_authorization">True</field>
|
||||
<field name="support_fees_computation">False</field>
|
||||
<field name="support_refund"></field>
|
||||
<field name="support_tokenization">True</field>
|
||||
<field name="allow_tokenization">True</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>
|
||||
<field name="forte_type">echeck</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>
|
||||
<field name="forte_type">echeck</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
|
||||
Reference in New Issue
Block a user