Rename menu + add roadmap in readme

This commit is contained in:
Matthieu Dietrich
2016-05-30 10:01:06 +02:00
parent b9982762d1
commit 29c1965b61
2 changed files with 5 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ both.
Known issues / Roadmap Known issues / Roadmap
====================== ======================
* As for now, the module does not handle multicurrency imports.
Bug Tracker Bug Tracker
=========== ===========

View File

@@ -15,7 +15,7 @@
<field name="commission_account_id" readonly="1"/> <field name="commission_account_id" readonly="1"/>
</group> </group>
<footer> <footer>
<button icon="gtk-ok" name="import_statement" string="Import statement" type="object" class="oe_highlight"/> <button icon="gtk-ok" name="import_statement" string="Import file" type="object" class="oe_highlight"/>
<button icon="gtk-cancel" special="cancel" string="Cancel"/> <button icon="gtk-cancel" special="cancel" string="Cancel"/>
</footer> </footer>
</form> </form>
@@ -23,7 +23,7 @@
</record> </record>
<record id="move_importer_action" model="ir.actions.act_window"> <record id="move_importer_action" model="ir.actions.act_window">
<field name="name">Import Move</field> <field name="name">Import Batch File</field>
<field name="res_model">credit.statement.import</field> <field name="res_model">credit.statement.import</field>
<field name="view_type">form</field> <field name="view_type">form</field>
<field name="view_mode">tree,form</field> <field name="view_mode">tree,form</field>
@@ -31,5 +31,5 @@
<field name="target">new</field> <field name="target">new</field>
</record> </record>
<menuitem id="move_importer_menu" name="Import Bank Statement" action="move_importer_action" parent="account.menu_finance_entries"/> <menuitem id="move_importer_menu" name="Import Batch File" action="move_importer_action" parent="account.menu_finance_entries"/>
</odoo> </odoo>