Skip to content

Commit

Permalink
[IMP] base: res.partner.bank: always display account holder name fiel…
Browse files Browse the repository at this point in the history
…d (not only in debug)
  • Loading branch information
oco-odoo committed Aug 28, 2018
1 parent ae34db3 commit e886c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion odoo/addons/base/views/res_bank_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<group>
<field name="bank_id"/>
<field name="currency_id" groups="base.group_multi_currency" options="{'no_create': True}"/>
<field name="acc_holder_name" groups="base.group_no_one"/>
<field name="acc_holder_name"/>
</group>
</group>
</form>
Expand Down

0 comments on commit e886c2e

Please sign in to comment.