[FIX] Allow to select bank account when creating a mandate

This commit is contained in:
Antonio Espinosa
2016-02-10 15:30:09 +01:00
committed by Reyes4711
parent ec73fba185
commit 3742d4a750

View File

@@ -32,8 +32,7 @@
<group name="main">
<field name="company_id" groups="base.group_multi_company"/>
<field name="partner_bank_id"
invisible="context.get('mandate_bank_partner_view')"
domain="[('partner_id', '=', partner_id)]" />
invisible="context.get('mandate_bank_partner_view')" />
<field name="partner_id"
invisible="context.get('mandate_bank_partner_view')"
readonly="True"/>