[FIX] Change menu option to more clearly show that import applies to

bank statements (this was in the original diff from Alexis de
    Lattre, but strangely missing from the moved import module).
This commit is contained in:
Ronald Portier (Therp BV)
2014-12-15 12:51:26 +01:00
parent d78e49cc1d
commit 7a8c2808df

View File

@@ -31,7 +31,7 @@
</record>
<record id="action_account_bank_statement_import" model="ir.actions.act_window">
<field name="name">Import</field>
<field name="name">Import Bank Statement</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">account.bank.statement.import</field>
<field name="view_type">form</field>