mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
15 lines
411 B
XML
15 lines
411 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
Copyright (C) 2019 - Today: GRAP (http://www.grap.coop)
|
|
@author: Sylvain LE GAL (https://twitter.com/legalsylvain)
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
-->
|
|
<odoo>
|
|
|
|
<menuitem id="menu_accounting_bank_and_cash"
|
|
name="Bank and Cash"
|
|
parent="account.menu_finance_entries"
|
|
sequence="15"/>
|
|
|
|
</odoo>
|