mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_sepa_credit_transfer: Bank account is not required
This commit is contained in:
committed by
Dũng (Trần Đình)
parent
19d637d139
commit
ec6e409357
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "Account Banking SEPA Credit Transfer",
|
||||
"summary": "Create SEPA XML files for Credit Transfers",
|
||||
"version": "14.0.1.0.1",
|
||||
"version": "14.0.1.1.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/bank-payment",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<field name="name">SEPA Credit Transfer to suppliers</field>
|
||||
<field name="code">sepa_credit_transfer</field>
|
||||
<field name="payment_type">outbound</field>
|
||||
<field name="bank_account_required" eval="True" />
|
||||
<field name="bank_account_required" eval="False" />
|
||||
<field name="pain_version">pain.001.001.03</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user