account_usability: add account_type in res.partner.bank tree view embedded in partner form view

This commit is contained in:
Alexis de Lattre
2021-09-09 18:06:56 +00:00
parent a28a853f45
commit 15ef5df155

View File

@@ -16,6 +16,9 @@
<field name="property_account_position_id" position="attributes">
<attribute name="widget">selection</attribute>
</field>
<xpath expr="//field[@name='bank_ids']/tree/field[@name='acc_number']" position="after">
<field name="acc_type"/>
</xpath>
</field>
</record>