reporting-engine/report_qr/__manifest__.py

19 lines
444 B
Python
Raw Permalink Normal View History

2021-03-23 19:37:36 +00:00
# Copyright 2019 Creu Blanca
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Web QR Manager',
2021-05-27 10:47:06 +00:00
'version': '1.0.1.0.0',
2021-03-23 19:37:36 +00:00
'author': 'Creu Blanca, '
'Odoo Community Association (OCA)',
'category': 'Sales',
'website': 'https://gitlab.com/flectra-community/reporting-engine',
'license': 'AGPL-3',
'depends': [
'web',
],
'data': [
],
'installable': True,
}