32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--******************************************************************************
|
|
# PAYMENT BTCPAY FOR ODOO
|
|
#
|
|
# Copyright (C) 2020 Susanna Fort <susannafm@gmail.com>
|
|
#
|
|
#******************************************************************************
|
|
#
|
|
# This program is free software; you can redistribute it and/or
|
|
# modify it under the terms of the GNU General Public License as
|
|
# published by the Free Software Foundation; either version 2 of
|
|
# the License, or any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# For a full copy of the GNU General Public License see the LICENSE.txt file.
|
|
#
|
|
#******************************************************************************-->
|
|
|
|
<openerp>
|
|
<data>
|
|
<!--BtcPay Top Menu-->
|
|
<menuitem id="btcpay_main_menu" name="BtcPay" icon="terp-sale" sequence="1"/>
|
|
|
|
<!--Main Menus-->
|
|
<menuitem id="btcpay_configuration_menu" action="action_btcpay_instance" name="Configuration"
|
|
parent="btcpay_main_menu" sequence="0"/>
|
|
</data>
|
|
</openerp> |