Browse Source

[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).
pull/2/head
Ronald Portier (Therp BV) 10 years ago
parent
commit
7a8c2808df
  1. 2
      account_bank_statement_import/account_bank_statement_import_view.xml

2
account_bank_statement_import/account_bank_statement_import_view.xml

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

Loading…
Cancel
Save