mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking_mandate: If Create and edit acc_number not set
This commit is contained in:
committed by
Stefan Rijnhart
parent
952d9c6633
commit
2af68d32f2
@@ -7,7 +7,7 @@
|
||||
{
|
||||
'name': 'Account Banking Mandate',
|
||||
'summary': 'Banking mandates',
|
||||
'version': '11.0.1.0.0',
|
||||
'version': '11.0.1.1.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': "Compassion CH, "
|
||||
"Tecnativa, "
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<field name="format" string="Format"/>
|
||||
<field name="type" string="Type"/>
|
||||
<field name="partner_bank_id"
|
||||
options="{'create_name_field': 'acc_number'}"
|
||||
invisible="context.get('mandate_bank_partner_view')" />
|
||||
<field name="partner_id"
|
||||
invisible="context.get('mandate_bank_partner_view')"
|
||||
|
||||
Reference in New Issue
Block a user