[IMP] account_statement_import : menu

odoo has the same kind of module which add the same menus with the same name
i added oca to the menu's name so it's easier to know which menu a client who has the 2 modules should use
This commit is contained in:
Xavier Bouquiaux
2022-08-18 10:15:50 +02:00
parent 6ff4e44f03
commit 201070e507

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>