29 lines
		
	
	
		
			980 B
		
	
	
	
		
			Python
		
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			980 B
		
	
	
	
		
			Python
		
	
	
# -*- coding: utf-8 -*-
 | 
						|
{
 | 
						|
    'name': "Website Product Hover",
 | 
						|
    'summary': """
 | 
						|
        On website effects for product zoom will be shown as per settings on backend of module.
 | 
						|
        It can be selected at product level so that particluar product have that effect.
 | 
						|
        """,
 | 
						|
    'description': """
 | 
						|
        On website effects for product zoom will be shown as per settings on backend of module.
 | 
						|
        It can be selected at product level so that particluar product have that effect.
 | 
						|
    """,
 | 
						|
    'license':'OPL-1',
 | 
						|
    'author': "DRC Systems India Pvt. Ltd.",
 | 
						|
    'website': "http://www.drcsystems.com",
 | 
						|
    'category': 'website',
 | 
						|
    'version': '0.1',
 | 
						|
    # any module necessary for this one to work correctly
 | 
						|
    'depends': ['website', 'product'],
 | 
						|
    # always loaded
 | 
						|
    'data': [
 | 
						|
        "views/templates.xml",
 | 
						|
        "views/product.xml",
 | 
						|
        "views/wbsite_config.xml"
 | 
						|
    ],
 | 
						|
    'images' :['static/description/inner.gif'],
 | 
						|
    'price' : 50,
 | 
						|
    'currency':'EUR',
 | 
						|
}
 |