mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
sepa_direct_debit: mandate_required back to True
sepa_credit_transfer: bank_account_required back to True Partial revert of the breakage of PR #875 account_banking_sepa_direct_debit 14.0.1.3.0
This commit is contained in:
committed by
Reyes4711
parent
81d1b6be9d
commit
2302c9cd6c
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "Account Banking SEPA Direct Debit",
|
||||
"summary": "Create SEPA files for Direct Debit",
|
||||
"version": "14.0.1.2.0",
|
||||
"version": "14.0.1.3.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/bank-payment",
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<field name="code">sepa_direct_debit</field>
|
||||
<field name="payment_type">inbound</field>
|
||||
<field name="bank_account_required" eval="False" />
|
||||
<field name="mandate_required" eval="False" />
|
||||
<field name="mandate_required" eval="True" />
|
||||
<field name="pain_version">pain.008.001.02</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user