53 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			53 lines
		
	
	
		
			2.3 KiB
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
# -*- coding: utf-8 -*-
 | 
						|
#################################################################################
 | 
						|
# Author      : Webkul Software Pvt. Ltd. (<https://webkul.com/>)
 | 
						|
# Copyright(c): 2015-Present Webkul Software Pvt. Ltd.
 | 
						|
# License URL : https://store.webkul.com/license.html/
 | 
						|
# 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 Product 360 View",
 | 
						|
  "summary"              :  "Manage product 360 degree view on your website.",
 | 
						|
  "category"             :  "Website",
 | 
						|
  "version"              :  "1.0",
 | 
						|
  "sequence"             :  65,
 | 
						|
  "author"               :  "Webkul Software Pvt. Ltd.",
 | 
						|
  "license"              :  "Other proprietary",
 | 
						|
  "website"              :  "https://store.webkul.com/Odoo-Website-360-Product-View.html",
 | 
						|
  "description"          :  """http://webkul.com/blog/odoo-website-360-degree-product-view/""",
 | 
						|
  "live_test_url"        :  "http://odoodemo.webkul.com/?module=website_360degree_view&version=11.0",
 | 
						|
  "depends"              :  [
 | 
						|
                             'sale_management',
 | 
						|
                             'website_sale',
 | 
						|
                             'website_webkul_addons',
 | 
						|
                            ],
 | 
						|
  "data"                 :  [
 | 
						|
                             'view/product_360_view.xml',
 | 
						|
                             'view/templates.xml',
 | 
						|
                             'view/res_config_view.xml',
 | 
						|
                             'view/webkul_addons_config_inherit_view.xml',
 | 
						|
                             'security/ir.model.access.csv',
 | 
						|
                             "data/product_360_data.xml",
 | 
						|
                            ],
 | 
						|
  "demo"                 :  [
 | 
						|
                              "demo/product_360_demo_data.xml",
 | 
						|
                            ],
 | 
						|
  "images"               :  ['static/description/Banner.png'],
 | 
						|
  "application"          :  True,
 | 
						|
  "installable"          :  True,
 | 
						|
  "auto_install"         :  False,
 | 
						|
  "price"                :  76,
 | 
						|
  "currency"             :  "EUR",
 | 
						|
  "pre_init_hook"        :  "pre_init_check",
 | 
						|
}
 |