mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_sepa_direct_debit: Bank Account and Mandate should not be required
The bank account is taken from the mandate. Mandate is autopopulated if not found.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{
|
||||
"name": "Account Banking SEPA Direct Debit",
|
||||
"summary": "Create SEPA files for Direct Debit",
|
||||
"version": "14.0.1.1.1",
|
||||
"version": "14.0.1.2.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Akretion, " "Tecnativa, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/bank-payment",
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
<field name="name">SEPA Direct Debit for customers</field>
|
||||
<field name="code">sepa_direct_debit</field>
|
||||
<field name="payment_type">inbound</field>
|
||||
<field name="bank_account_required" eval="True" />
|
||||
<field name="mandate_required" eval="True" />
|
||||
<field name="bank_account_required" eval="False" />
|
||||
<field name="mandate_required" eval="False" />
|
||||
<field name="pain_version">pain.008.001.02</field>
|
||||
</record>
|
||||
</odoo>
|
||||
|
||||
Reference in New Issue
Block a user