We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d86532 commit eeed3bbCopy full SHA for eeed3bb
pos_qr_scan/__manifest__.py
@@ -3,7 +3,7 @@
3
"summary": """Scans QR codes via device's camera""",
4
"category": "Point of Sale",
5
"images": ["images/main.png"],
6
- "version": "13.0.1.0.2",
+ "version": "14.0.1.0.2",
7
"application": False,
8
"author": "IT-Projects LLC, KolushovAlexandr",
9
"support": "help@itpp.dev",
@@ -14,5 +14,5 @@
14
"data": ["views/assets.xml"],
15
"qweb": ["static/src/xml/templates.xml"],
16
"auto_install": False,
17
- "installable": False,
+ "installable": True,
18
}
0 commit comments