Merge PR #489 into 14.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2022-10-15 10:34:42 +00:00

View File

@@ -15,14 +15,14 @@
<span>or <a <span>or <a
type="object" type="object"
name="import_account_statement" name="import_account_statement"
>Import</a></span> >Import (OCA)</a></span>
</xpath> </xpath>
<xpath expr='//div[@name="bank_cash_commands"]' position="before"> <xpath expr='//div[@name="bank_cash_commands"]' position="before">
<div t-if="journal_type == 'bank'"> <div t-if="journal_type == 'bank'">
<a <a
type="object" type="object"
name="import_account_statement" name="import_account_statement"
>Import Statement</a> >Import Statement (OCA)</a>
</div> </div>
</xpath> </xpath>
</field> </field>