Skip to content
Snippets Groups Projects
Commit d72117dc authored by Johan Demaret Rivarola's avatar Johan Demaret Rivarola Committed by Damien Bouvy
Browse files

[IMP] l10n_us: hide aba_routing for IBAN accounts

The field is irrelevant for IBAN accounts.

task-1870363
closes odoo/odoo#26427
parent d0cf08aa
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
<field name="inherit_id" ref="base.view_partner_bank_form"/>
<field name="arch" type="xml">
<field name="bank_id" position="after">
<field name="aba_routing"/>
<field name="aba_routing" attrs='{"invisible": [("acc_type", "=", "iban")]}'/>
</field>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment