odoo/ext/3rd-party-addons/website_webkul_addons/__manifest__.py

36 lines
1.5 KiB
Python
Executable File

# -*- coding: utf-8 -*-
#################################################################################
# Author : Webkul Software Pvt. Ltd. (<https://webkul.com/>)
# Copyright(c): 2015-Present Webkul Software Pvt. Ltd.
# All Rights Reserved.
#
#
#
# This program is copyright property of the author mentioned above.
# You can`t redistribute it and/or modify it.
#
#
# You should have received a copy of the License along with this program.
# If not, see <https://store.webkul.com/license.html/>
#################################################################################
{
"name" : "Website Webkul Addons",
"summary" : "Manage Webkul Website Addons",
"category" : "Website",
"version" : "2.0.1",
"author" : "Webkul Software Pvt. Ltd.",
"website" : "https://store.webkul.com/Odoo.html",
"description" : "Website Webkul Addons",
"live_test_url" : "http://odoodemo.webkul.com/?module=website_webkul_addons&version=11.0",
"depends" : [
'website',
],
"data" : [
'wizard/wk_website_wizard_view.xml',
'views/webkul_addons_config_view.xml',
],
"images" : ['static/description/Banner.png'],
"application" : True,
"installable" : True,
"auto_install" : False,
}