OCA reporting engine fork for dev and update.
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.
 
 
 
 
 
 

21 lines
513 B

# -*- coding: utf-8 -*-
# Copyright 2019 Creu Blanca
# Copyright 2019 Tecnativa
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Web QR Manager',
'version': '10.0.1.0.0',
'author': 'Creu Blanca, '
'Tecnativa, '
'Odoo Community Association (OCA)',
'category': 'Sales',
'website': 'https://github.com/OCA/reporting-engine',
'license': 'AGPL-3',
'depends': [
'report',
],
'data': [
],
'installable': True,
}