Fix icon display on bank statement

This commit is contained in:
Alexis de Lattre
2019-11-15 00:12:45 +01:00
parent 035a3dfd1e
commit 499d363daf

View File

@@ -440,7 +440,7 @@ module -->
<xpath expr="//field[@name='line_ids']/tree/field[@name='bank_account_id']" position="after">
<!-- The cancel button is provided by the account_cancel module, but we don't want to depend on it -->
<button name="show_account_move" type="object"
string="View Account Move" icon="fa fa-arrow-right"
string="View Account Move" icon="fa-arrow-right"
attrs="{'invisible': [('journal_entry_ids', '=', [])]}"/>
</xpath>
<field name="date" position="after">