[14.0][MIG] report_qr

pull/526/head
Kiplangat Dan 2021-07-13 11:19:28 +03:00
parent 8671eb12ff
commit 947b1e2d78
3 changed files with 8 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{ {
"name": "Web QR Manager", "name": "Web QR Manager",
"version": "13.0.1.0.1", "version": "14.0.1.0.1",
"author": "Creu Blanca, " "Odoo Community Association (OCA)", "author": "Creu Blanca, " "Odoo Community Association (OCA)",
"category": "Reporting", "category": "Reporting",
"website": "https://github.com/OCA/reporting-engine", "website": "https://github.com/OCA/reporting-engine",

View File

@ -0,0 +1 @@
../../../../report_qr

View File

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)