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.
		
		
		
		
		
			
		
			
				
					
					
						
							24 lines
						
					
					
						
							822 B
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							24 lines
						
					
					
						
							822 B
						
					
					
				| # -*- coding: utf-8 -*- | |
| { | |
|     'name': 'Cost Price as Code in Barcode', | |
|     'version': '14.0.1.0.0', | |
|     'summary': """Print user defined product labels.""", | |
|     'description': """The module enables user to print customized product labels. | |
|                     """, | |
|     'category': 'Tools', | |
|     'author': 'Cybrosys Techno Solutions', | |
|     'company': 'Cybrosys Techno Solutions', | |
|     'maintainer': 'Cybrosys Techno Solutions', | |
|     'depends': ['base', 'web', 'product','account'], | |
|     'website': 'https://www.cybrosys.com', | |
|     'data': [ | |
|         'report/product_label_template.xml', | |
|         'views/barcode_generator_view.xml', | |
|         'security/ir.model.access.csv' | |
|     ], | |
|     'images': ['static/description/banner.png'], | |
|     'license': 'AGPL-3', | |
|     'installable': True, | |
|     'auto_install': False, | |
|     'application': False, | |
| }
 | |
| 
 |