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:
@@ -8,7 +8,7 @@
|
||||
{
|
||||
'name': 'Account Banking Mandate',
|
||||
'summary': 'Banking mandates',
|
||||
'version': '10.0.1.1.4',
|
||||
'version': '10.0.1.1.5',
|
||||
'license': 'AGPL-3',
|
||||
'author': "Compassion CH, "
|
||||
"Tecnativa, "
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
<field name="company_id" groups="base.group_multi_company"/>
|
||||
<field name="format" string="Format"/>
|
||||
<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