You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							22 lines
						
					
					
						
							613 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							22 lines
						
					
					
						
							613 B
						
					
					
				| { | |
|     'name': 'Export Product Stock in Excel', | |
|     'version': '0.2', | |
|     'category': 'Inventory', | |
|     'license': "AGPL-3", | |
|     'summary': "Current Stock Report for all Products in each Warehouse", | |
|     'author': 'Cybrosys Techno Solutions', | |
|     'company': 'Cybrosys Techno Solutions', | |
|     'website': 'http://www.cybrosys.com', | |
|     'depends': [ | |
|                 'base', | |
|                 'stock', | |
|                 'sale', | |
|                 'purchase', | |
|                 'report_xlsx' | |
|                 ], | |
|     'data': [ | |
|             'views/wizard_view.xml', | |
|             ], | |
|     'installable': True, | |
|     'auto_install': False, | |
| }
 | |
| 
 |