# -*- coding: utf-8 -*- ############################################################################# # # Cybrosys Technologies Pvt. Ltd. # # Copyright (C) 2021-TODAY Cybrosys Technologies() # Author: Cybrosys Techno Solutions() # # You can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE # (LGPL v3) along with this program. # If not, see . # ############################################################################# { 'name': 'Customer and Product QR Code Generator', 'version': '14.0.1.0.0', 'summary': 'Generate Unique QR Codes for Customers and Products', 'description': 'QR Code, QR Code Generator, Odoo QR Code Generator, Customer QR Code, Product QR Code, QR, QR Code Odoo', 'category': 'Extra Tools', 'author': 'Cybrosys Techno solutions', 'maintainer': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': 'https://www.cybrosys.com', 'depends': ['base', 'sale', 'stock'], 'data': [ 'report/paperformat.xml', 'report/report.xml', 'views/view.xml', 'report/template.xml', ], 'images': ['static/description/banner.png'], 'installable': True, 'application': False, 'auto_install': False, 'license': 'LGPL-3', 'post_init_hook': '_set_qr' }