36 lines
		
	
	
		
			992 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			36 lines
		
	
	
		
			992 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
| {
 | |
|     # Theme information
 | |
|     'name' : 'Clarico Demo Data',
 | |
|     'category' : 'Website',
 | |
|     'version' : '1.0',
 | |
|     'summary': 'Contains Demo Data for Furniture Profile Including Templates, Images, Category, Attributes, Attribute Values etc..',
 | |
|     'description': """""",
 | |
| 
 | |
|     # Dependencies
 | |
|     'depends': [
 | |
|         'theme_clarico'
 | |
|     ],
 | |
| 
 | |
|     # Views
 | |
|     'data': [
 | |
| #         'data/brand.csv',
 | |
| #         'data/product.label.csv',
 | |
| #         'data/product.attribute.csv',
 | |
| #         'data/product.public.category.csv',
 | |
| #         'data/product_category_images/product.public.category.csv',
 | |
| #         'data/product.attribute.value.csv',
 | |
| #         'data/product.template.csv',
 | |
| #         'data/product_template_image.xml',
 | |
| #         'data/product.attribute.line.csv',
 | |
| #         'data/product_multi_image.xml',
 | |
|     ],
 | |
| 
 | |
|     # Author
 | |
|     'author': 'Emipro Technologies (P) Ltd.',
 | |
|     'website': 'http://www.emiprotechnologies.com',
 | |
| 
 | |
|     # Technical
 | |
|     'installable': True,
 | |
|     'application': False,
 | |
| }
 |